Money object returned by the Magento 2 GraphQL API. Used wherever a price value is exposed (regular, final, tier prices, etc.).
const money: Magento2Money = { value: 9.9, currency: "USD"}; Copy
const money: Magento2Money = { value: 9.9, currency: "USD"};
Numeric monetary amount
ISO currency code (e.g. "USD")
Money object returned by the Magento 2 GraphQL API. Used wherever a price value is exposed (regular, final, tier prices, etc.).
Example