Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CurrencyDisplayFormatConfiguration

import type { CurrencyDisplayFormatConfiguration } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The options that determine the currency display format configuration.

interface CurrencyDisplayFormatConfiguration {
DecimalPlacesConfiguration?: DecimalPlacesConfiguration | null;
NegativeValueConfiguration?: NegativeValueConfiguration | null;
NullValueFormatConfiguration?: NullValueFormatConfiguration | null;
NumberScale?: NumberScale | null;
Prefix?: string | null;
SeparatorConfiguration?: NumericSeparatorConfiguration | null;
Suffix?: string | null;
Symbol?: string | null;
}

§Properties

§
DecimalPlacesConfiguration?: DecimalPlacesConfiguration | null
[src]

The option that determines the decimal places configuration.

§
NegativeValueConfiguration?: NegativeValueConfiguration | null
[src]

The options that determine the negative value configuration.

§
NullValueFormatConfiguration?: NullValueFormatConfiguration | null
[src]

The options that determine the null value format configuration.

§
NumberScale?: NumberScale | null
[src]

Determines the number scale value for the currency format.

§
Prefix?: string | null
[src]

Determines the prefix value of the currency format.

§
SeparatorConfiguration?: NumericSeparatorConfiguration | null
[src]

The options that determine the numeric separator configuration.

§
Suffix?: string | null
[src]

Determines the suffix value of the currency format.

§
Symbol?: string | null
[src]

Determines the symbol for the currency format.