Versions Compared

Key

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

Overview


This structure is designed to uniquely identify a single currencyCurrency.


Format


Panel
titlePwsCurrencyRef
  • PwsCurrencyRef
    • CurrencyCode: String
    • CurrencyId: Int32
    • CurrencyUid: Int64


Elements


Element

Data Type

Description

Required?

Default

(on insert/update)

Description

Sample Data

CurrencyCode

String

 

 

 The Currency Code

USD

CurrencyId

Int32

 

 

 The Currency Id is a unique identifier for a Currency. For internal use only.


CurrencyUid

Int64

Currency Unique Id

 

 

 The Currency Uid is a unique and immutable identifier for a Currency.

1152921504606851838

Usage Example(s)


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