Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

This structure is designed to uniquely identify a single currency.


ElementData TypeDescriptionDefault (on insert/update)Sample Data
CurrencyCodeStringCurrency Code
USD
CurrencyIdInt32Currency Id. For internal use only.

CurrencyUidInt64Currency Unique Id.
1152921504606851838

Usage Example(s)


Example 01
                     <CurrencyIdentity>
                        <CurrencyCode>USD</CurrencyCode>
                        <CurrencyId i:nil="true"/>
                        <CurrencyUid>1152921504606851838</CurrencyUid>
                     </CurrencyIdentity>
  • No labels