ExchangeRateType
Represents exchange rate types used to categorize and organize exchange rate records for currency conversion.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the exchange rate type. |
| auditCreatedDateTime | Datetime | True |
The date and time when the exchange rate type was created. |
| auditModifiedBy | String | True |
The user who last modified the exchange rate type. |
| auditModifiedDateTime | Datetime | True |
The date and time when the exchange rate type was last modified. |
| href | String | True |
The URL of the exchange rate type resource. |
| id | String | True |
The unique identifier of the exchange rate type record. |
| isDefault | Bool | False |
Indicates whether this is the default exchange rate type. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the exchange rate type record. |
| name | String | False |
The name of the exchange rate type. |