@usethrottle/cart
    Preparing search index...

    Interface AppliedDiscount

    interface AppliedDiscount {
        amount: number;
        code: string;
        currency: string;
        discountId?: string | null;
        freeShipping: boolean;
        snapshotHash: string;
        type: "percentage" | "fixed_amount";
        validUntil: string | null;
    }
    Index
    amount: number
    code: string
    currency: string
    discountId?: string | null
    freeShipping: boolean
    snapshotHash: string
    type: "percentage" | "fixed_amount"
    validUntil: string | null