Types > InfoCurrency
Commerce APITypesInfoCurrency
InfoCurrency

Description

Topic: Info

Fields

code: String!

Currency code

Example: "USD"


currency_format: CurrencyFormat

Currency formatting options


name: String!

Currency name

Example: "US Dollar"


symbol: String!

UTF-8 currency symbol

Example: "$"


to_minor: Int!

Factor to convert currency to minor currency (e.g. to convert dollar to cents factor of 100 is used)

Example: 100


Used By

Queries

infoCurrencies

Preview (typescript)

Loading module