Dashboard Currency Display Format Configuration
data class DashboardCurrencyDisplayFormatConfiguration(val decimalPlacesConfiguration: DashboardDecimalPlacesConfiguration? = null, val negativeValueConfiguration: DashboardNegativeValueConfiguration? = null, val nullValueFormatConfiguration: DashboardNullValueFormatConfiguration? = null, val numberScale: DashboardNumberScale? = null, val prefix: String? = null, val separatorConfiguration: DashboardNumericSeparatorConfiguration? = null, val suffix: String? = null, val symbol: String? = null)
Constructors
Link copied to clipboard
constructor(decimalPlacesConfiguration: DashboardDecimalPlacesConfiguration? = null, negativeValueConfiguration: DashboardNegativeValueConfiguration? = null, nullValueFormatConfiguration: DashboardNullValueFormatConfiguration? = null, numberScale: DashboardNumberScale? = null, prefix: String? = null, separatorConfiguration: DashboardNumericSeparatorConfiguration? = null, suffix: String? = null, symbol: String? = null)
Properties
Link copied to clipboard
The option that determines the decimal places configuration.
Link copied to clipboard
The options that determine the negative value configuration.
Link copied to clipboard
The options that determine the null value format configuration.
Link copied to clipboard
Determines the number scale value for the currency format.
Link copied to clipboard
The options that determine the numeric separator configuration.