|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.Currency
public class Currency
| Constructor Summary | |
|---|---|
Currency()
Default Constructor |
|
Currency(String currency,
String value)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
String |
getCurrency()
Getter for currency |
String |
getValue()
Getter for value |
Currency |
setCurrency(String currency)
Setter for currency |
Currency |
setValue(String value)
Setter for value |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Currency()
public Currency(String currency,
String value)
| Method Detail |
|---|
public Currency setCurrency(String currency)
public String getCurrency()
public Currency setValue(String value)
public String getValue()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||