Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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)


Code Block
languagexml
titleExample 01
collapsetrue
                     <CurrencyIdentity>
                        <CurrencyCode>USD</CurrencyCode>
                        <CurrencyId i:nil="true"/>
                        <CurrencyUid>1152921504606851838</CurrencyUid>
                     </CurrencyIdentity>