|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.Amount
public class Amount
| Constructor Summary | |
|---|---|
Amount()
Default Constructor |
|
Amount(String currency,
String total)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
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 |
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 Amount()
public Amount(String currency,
String total)
| Method Detail |
|---|
public Amount setCurrency(String currency)
public String getCurrency()
public Amount setTotal(String total)
public String getTotal()
public Amount setDetails(Details details)
public Details getDetails()
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 | |||||||||