Uses of Class
com.paypal.api.payments.Amount

Uses of Amount in com.paypal.api.payments
 

Methods in com.paypal.api.payments that return Amount
 Amount Transactions.getAmount()
          Getter for amount
 Amount Transaction.getAmount()
          Getter for amount
 Amount Sale.getAmount()
          Getter for amount
 Amount Refund.getAmount()
          Getter for amount
 Amount Capture.getAmount()
          Getter for amount
 Amount Authorization.getAmount()
          Getter for amount
 Amount Amount.setCurrency(String currency)
          Setter for currency
 Amount Amount.setDetails(Details details)
          Setter for details
 Amount Amount.setTotal(String total)
          Setter for total
 

Methods in com.paypal.api.payments with parameters of type Amount
 Transactions Transactions.setAmount(Amount amount)
          Setter for amount
 Transaction Transaction.setAmount(Amount amount)
          Setter for amount
 Sale Sale.setAmount(Amount amount)
          Setter for amount
 Refund Refund.setAmount(Amount amount)
          Setter for amount
 Capture Capture.setAmount(Amount amount)
          Setter for amount
 Authorization Authorization.setAmount(Amount amount)
          Setter for amount
 

Constructors in com.paypal.api.payments with parameters of type Amount
Capture(Amount amount)
          Parameterized Constructor
Sale(Amount amount, String state, String parentPayment)
          Parameterized Constructor
Transaction(Amount amount)
          Parameterized Constructor
Transactions(Amount amount)
          Parameterized Constructor
 



Copyright © 2013. All Rights Reserved.