You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 12
Next »
This structure is designed to uniquely identify a single currency.
Element | Data Type | Description | Default (on insert/update) | Sample Data |
---|
CurrencyCode | String | Currency Code |
|
|
CurrencyId | Int32 | Currency Id. For internal use only. |
|
|
CurrencyUid | Int64 | Currency Unique Id. |
|
|
Usage Example(s)
<CurrencyIdentity>
<CurrencyCode>USD</CurrencyCode>
<CurrencyId i:nil="true"/>
<CurrencyUid>1152921504606851838</CurrencyUid>
</CurrencyIdentity>