AmountWithExchangeRate interface
The amount with exchange rate.
- Extends
Properties
exchange |
The exchange rate. NOTE: This property will not be serialized. It can only be populated by the server. |
exchange |
The exchange rate month. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited 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
exchangeRate
The exchange rate. NOTE: This property will not be serialized. It can only be populated by the server.
exchangeRate?: number
Property Value
number
exchangeRateMonth
The exchange rate month. NOTE: This property will not be serialized. It can only be populated by the server.
exchangeRateMonth?: number
Property Value
number
Inherited 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
Inherited From Amount.currency
value
Amount. NOTE: This property will not be serialized. It can only be populated by the server.
value?: number
Property Value
number
Inherited From Amount.value