Amount interface
The amount plus currency .
Properties
currency | Amount currency. NOTE: This property will not be serialized. It can only be populated by the server. |
value | Amount. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
currency
Amount currency. NOTE: This property will not be serialized. It can only be populated by the server.
currency?: string
Property Value
string
value
Amount. NOTE: This property will not be serialized. It can only be populated by the server.
value?: number
Property Value
number