CurrencyDetail¶
Example Json Object
1{
2 "currencyId": 0,
3 "currencyDisplayId": "string",
4 "currencyDefinitionType": "CONTRACT_CURRENCY",
5 "currencyType": "string"
6}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
currencyId |
integer(int64) |
false |
none |
none |
currencyDisplayId |
string |
false |
none |
none |
currencyDefinitionType |
string |
false |
none |
none |
currencyType |
string |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
currencyDefinitionType |
COMPANY_CURRENCY, CONTRACT_CURRENCY, MONTH_END_CURRENCY, REPORTING_CURRENCY, SECOND_LOCAL_CURRENCY, THIRD_LOCAL_CURRENCY |