public class ShippingCost extends PayPalModel
| Constructor and Description |
|---|
ShippingCost()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Currency |
getAmount()
Getter for amount
|
Tax |
getTax()
Getter for tax
|
ShippingCost |
setAmount(Currency amount)
Setter for amount
|
ShippingCost |
setTax(Tax tax)
Setter for tax
|
equals, hashCode, toJSON, toStringpublic ShippingCost setAmount(Currency amount)
public Currency getAmount()
public ShippingCost setTax(Tax tax)
public Tax getTax()
Copyright © 2015. All Rights Reserved.