Types > CurrencyInfo
Commerce APITypesCurrencyInfo
CurrencyInfo

Description

Currency info

Fields

code: String!

Currency code

Example: "USD"


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

Types

Currency

Preview (typescript)

Loading module