ExchangeRate
The class describes the ExchangeRate business object.
Name | Description | Type | Additional information |
---|---|---|---|
Id |
Gets or sets the identifier. |
integer |
Required |
BaseCurrencyId |
Gets or sets the base currency identifier. |
integer |
Required |
BaseCurrencyCode |
Gets or sets the base currency code. |
string |
None. |
ForeignCurrencyId |
Gets or sets the foreign currency identifier. |
integer |
Required |
ForeignCurrencyCode |
Gets or sets the foreign currency code. |
string |
None. |
Rate |
Gets or sets the rate. |
decimal number |
Required |