|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Amount | |
|---|---|
| com.paypal.api.payments | |
| Uses of Amount in com.paypal.api.payments |
|---|
| Methods in com.paypal.api.payments that return Amount | |
|---|---|
Amount |
Transactions.getAmount()
Getter for amount |
Amount |
Sale.getAmount()
Getter for amount |
Amount |
Refund.getAmount()
Getter for amount |
Amount |
Order.getAmount()
Getter for amount |
Amount |
CartBase.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 |
Sale |
Sale.setAmount(Amount amount)
Setter for amount |
Refund |
Refund.setAmount(Amount amount)
Setter for amount |
Order |
Order.setAmount(Amount amount)
Setter for amount |
CartBase |
CartBase.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 |
|
Order(String id,
Amount amount,
String state)
Parameterized Constructor |
|
Sale(Amount amount,
String state,
String parentPayment)
Parameterized Constructor |
|
Transactions(Amount amount)
Parameterized Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||