Monetary value with currency information.

interface ShopifyMoney {
    amount?: number;
    currencyCode?: string;
}

Properties

amount?: number

The numeric amount.

currencyCode?: string

The ISO 4217 currency code (e.g., "BRL", "USD").