public class Currency extends PayPalModel
| Constructor and Description |
|---|
Currency()
Default Constructor
|
Currency(String currency,
String value)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrency()
Getter for currency
|
String |
getValue()
Getter for value
|
Currency |
setCurrency(String currency)
Setter for currency
|
Currency |
setValue(String value)
Setter for value
|
equals, hashCode, toJSON, toStringCopyright © 2015. All Rights Reserved.