PwsOpsCurrencySummary
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 an account currency. Click here for more information. Note that this structure will be NULL if the currency represented is not set up as an account currency. | ||
CurrencyName | String | Â The name of the system currency. | Â United States Dollars |
DecimalDigits | Byte | Â The number of decimal point allowed for this currency. If this currency is set up as an account currency, this value will reflect the decimal digit override at the account currency level, if there is one. | Â 2 |
InactiveFlag | Boolean | Â If set to 'true', this system currency is inactive. | Â false |
InstallationCurrencyInactiveFlag | Boolean | Â If set to 'true', the associated account currency is inactive. If this currency is not configured as an account currency, this will be NULL. | Â false |