@usethrottle/checkout-react
    Preparing search index...

    Interface CheckoutTotals

    interface CheckoutTotals {
        currency: string;
        discountTotal: number;
        shippingTotal: number;
        subtotal: number;
        taxTotal: number;
        total: number;
    }
    Index
    currency: string
    discountTotal: number
    shippingTotal: number
    subtotal: number
    taxTotal: number
    total: number