@usethrottle/cart
    Preparing search index...

    Interface SelectedShipping

    interface SelectedShipping {
        carrier: string | null;
        currency: string;
        displayName: string;
        estimatedDeliveryDays: number | null;
        methodId: string;
        rateAmount: number;
        serviceCode: string | null;
    }
    Index
    carrier: string | null
    currency: string
    displayName: string
    estimatedDeliveryDays: number | null
    methodId: string
    rateAmount: number
    serviceCode: string | null