|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.ShippingCost
public class ShippingCost
| Constructor Summary | |
|---|---|
ShippingCost()
Default Constructor |
|
| Method Summary | |
|---|---|
Currency |
getAmount()
Getter for amount |
Tax |
getTax()
Getter for tax |
ShippingCost |
setAmount(Currency amount)
Setter for amount |
ShippingCost |
setTax(Tax tax)
Setter for tax |
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 ShippingCost()
| Method Detail |
|---|
public ShippingCost setAmount(Currency amount)
public Currency getAmount()
public ShippingCost setTax(Tax tax)
public Tax getTax()
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 | |||||||||