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 18 Next »

Overview


This structure is designed to uniquely identify a single Currency.


Format


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


Elements


Element

Data Type

Required?

Default

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



 A unique and immutable Id for a Currency.

1152921504606851838

Usage Example(s)


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