Amount interface
The amount.
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. |
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
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