ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface ShopifyMoney

    A Shopify money value: a decimal amount string plus its ISO currency code.

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

    Properties

    amount: string

    Numeric value as a string (e.g. "14.99")

    currencyCode?: string

    ISO currency code (e.g. "USD")