PaymentOnAccountAmount interface
Payment on Account amount.
- Extends
Inherited Properties
currency | The currency for the amount value. NOTE: This property will not be serialized. It can only be populated by the server. |
value | The amount value. For example, if the currency is USD, then a value of 600 would be $600.00. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Property Details
currency
The currency for the amount value. NOTE: This property will not be serialized. It can only be populated by the server.
currency?: string
Property Value
string
Inherited From Amount.currency
value
The amount value. For example, if the currency is USD, then a value of 600 would be $600.00. NOTE: This property will not be serialized. It can only be populated by the server.
value?: number
Property Value
number
Inherited From Amount.value