Template Number Display Format Configuration
data class TemplateNumberDisplayFormatConfiguration(val decimalPlacesConfiguration: TemplateDecimalPlacesConfiguration? = null, val negativeValueConfiguration: TemplateNegativeValueConfiguration? = null, val nullValueFormatConfiguration: TemplateNullValueFormatConfiguration? = null, val numberScale: TemplateNumberScale? = null, val prefix: String? = null, val separatorConfiguration: TemplateNumericSeparatorConfiguration? = null, val suffix: String? = null)
Constructors
Link copied to clipboard
constructor(decimalPlacesConfiguration: TemplateDecimalPlacesConfiguration? = null, negativeValueConfiguration: TemplateNegativeValueConfiguration? = null, nullValueFormatConfiguration: TemplateNullValueFormatConfiguration? = null, numberScale: TemplateNumberScale? = null, prefix: String? = null, separatorConfiguration: TemplateNumericSeparatorConfiguration? = null, suffix: 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 of the number format.
Link copied to clipboard
The options that determine the numeric separator configuration.