| java.lang.Object | ||
| ↳ | PayPalRetailObject | |
| ↳ | com.paypal.paypalretailsdk.InvoiceCustomAmount | |
Container for custom amounts on invoices
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InvoiceCustomAmount() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| BigDecimal |
getAmount()
this is an amount object on the server
which has a string for currency, and value
| ||||||||||
| String |
getLabel()
Custom amount label
| ||||||||||
| void |
setAmount(BigDecimal value)
this is an amount object on the server
which has a string for currency, and value
| ||||||||||
| void |
setLabel(String value)
Custom amount label
| ||||||||||
| String |
toString()
Returns a string representing the serialized state of the InvoiceCustomAmount object
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
this is an amount object on the server which has a string for currency, and value
Custom amount label
this is an amount object on the server which has a string for currency, and value
Custom amount label
Returns a string representing the serialized state of the InvoiceCustomAmount object