This structure is designed to uniquely identify a single currency.
Element | Data Type | Description | Default (on insert/update) | Sample Data |
---|---|---|---|---|
CurrencyCode | String | Currency Code | USD | |
CurrencyId | Int32 | Currency Id. For internal use only. | ||
CurrencyUid | Int64 | Currency Unique Id. | 1152921504606851838 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<CurrencyIdentity> <CurrencyCode>USD</CurrencyCode> <CurrencyId i:nil="true"/> <CurrencyUid>1152921504606851838</CurrencyUid> </CurrencyIdentity> |