Overview
This structure includes basic information about a system currency. The information represented in this structure is not comprehensive and only includes certain key attributes of a currency.
Format
- PwsOpsCurrencySummary
- OpsCurrencyCode: String
- OpsCurrencyId: Int32
- CurrencyIdentity: PwsCurrencyRef
- CurrencyName: String
- DecimalDigits: Byte
- InactiveFlag: Boolean
- InstallationCurrencyInactiveFlag: Boolean
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
OpsCurrencyCode | String | The code of the system currency | USD |
OpsCurrencyId | Int32 | The system currency Id is a unique identifier. For internal use only. |
|
CurrencyIdentity | This structure represents the unique key fields associated with identifying a currency. Click here for more information. |
| |
CurrencyName | String | The name of the system currency. | United States Dollars |
DecimalDigits | Byte | The number of decimal point allowed for this currency | 2 |
InactiveFlag | Boolean | If set to 'true', this system currency is inactive. | false |
InstallationCurrencyInactiveFlag | Boolean | If set to 'true', this currency is one used by the installation and no longer active to be used. | false |