CurrencyDetail¶
Example Json Object
1{
2 "currencyId": 0,
3 "currencyDisplayId": "string",
4 "currencyDefinitionType": "CONTRACT_CURRENCY",
5 "currencyType": "string"
6}
📄 Description: Data transfer object representing detailed information about currency used in ledger entries, transactions, and accounts within the General Ledger, facilitating accurate financial record management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
currencyId |
integer(int64) |
false |
none |
Unique identifier for the currency |
currencyDisplayId |
string |
false |
none |
Unique identifier for the currency display |
currencyDefinitionType |
string |
false |
none |
Type of the currency definition |
currencyType |
string |
false |
none |
Type of the currency |
Enumerated Values
Attribute |
Value |
|---|---|
currencyDefinitionType |
COMPANY_CURRENCY, CONTRACT_CURRENCY, MONTH_END_CURRENCY, REPORTING_CURRENCY, SECOND_LOCAL_CURRENCY, THIRD_LOCAL_CURRENCY |