DEV

Type.

CurrencyFormat

No description

Fields

currencyCode

CurrencyCode!

Required

The currency code that applies to the currencyFormat

decimalDelimiter

String!

Required

The character used to separate the whole units from the fractional units

scale

Int!

Required

The number of decimal places to display for the currency

symbol

String!

Required

The characters used as a symbol of the currency

symbolLocation

CurrencySymbolLocation

The location of where the symbol is displayed

thousandsDelimiter

String!

Required

The character used as the thousands separate

Was this page helpful?