PwsOpsCurrencyRef

Overview


This structure represents the unique key fields associated with identifying a currency. Currencies are identified by the OpsCurrencyCode. Note that the full range of Projector currencies can be represented by this structure, not just those set up as account currencies.

Format


PwsOpsCurrencyRef
  • PwsOpsCurrencyRef
    • OpsCurrencyCode: String
    • OpsCurrencyId: Int32

Elements


Element

Data Type

Required?

Description

Sample Data

OpsCurrencyCode

String

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>