- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Currency - Currency Module Data Models Reference
This documentation provides a reference to the Currency data model. It belongs to the Currency Module.
code
PrimaryKeyModifier<TextProperty>The ISO 3-character currency code. For example,
USD
.symbol
TextPropertyThe symbol of the currency. For example,
$
.symbol_native
TextPropertyThe native symbol of the currency, if it has a different local symbol.
name
TextPropertyThe name of the currency
decimal_digits
NumberPropertyHow many digits are after the decimal separator for prices in this currency.
rounding
BigNumberPropertyThe rounding percision of prices in this currency.
Was this page helpful?