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

Overview


This structure represents the unique key fields associated with identifying a currency. Currencies can be identified with the OpsCurrencyCode. 

Format


PwsOpsCurrencyRef
  • PwsOpsCurrencyRef
    • OpsCurrencyCode: String
    • OpsCurrencyId: Int32

Elements


Element

Data Type

Required?

Description

Sample Data

OpsCurrencyCode

String

On Insert: Yes

On Update: Yes

The currency code is a unique identifier for a currency

USD

OpsCurrencyId

Int32

No

A unique identifier for a currency. For internal use only.


Usage Example(s)


Example 01
                  <tim:IncurredOpsCurrencyIdentity>
                     <com:OpsCurrencyCode>USD</com:OpsCurrencyCode>
                  </tim:IncurredOpsCurrencyIdentity>
  • No labels