public class Amount extends PayPalModel
| Constructor and Description |
|---|
Amount()
Default Constructor
|
Amount(String currency,
String total)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Getter for currency
|
Details |
getDetails()
Getter for details
|
String |
getTotal()
Getter for total
|
Amount |
setCurrency(String currency)
Setter for currency
|
Amount |
setDetails(Details details)
Setter for details
|
Amount |
setTotal(String total)
Setter for total
|
equals, hashCode, toJSON, toStringCopyright © 2015. All Rights Reserved.