Mayson Monorepo Documentation
    Preparing search index...
    interface CurrencyConversion {
        amount_subtotal: number;
        amount_total: number;
        fx_rate: string;
        source_currency: string;
    }
    Index

    Properties

    amount_subtotal: number

    Total of all items in source currency before discounts or taxes are applied.

    amount_total: number

    Total of all items in source currency after discounts and taxes are applied.

    fx_rate: string

    Exchange rate used to convert source currency amounts to customer currency amounts

    source_currency: string

    Creation currency of the CheckoutSession before localization