ordercloud-javascript-sdk
    Preparing search index...

    Interface BuyerPriceSchedule<TBuyerPriceScheduleXp>

    interface BuyerPriceSchedule<TBuyerPriceScheduleXp = any> {
        ApplyShipping?: boolean;
        ApplyTax?: boolean;
        Currency?: string;
        Discount?: BuyerDiscount;
        ID?: string;
        IsOnSale?: boolean;
        MaxQuantity?: number;
        MinQuantity?: number;
        Name?: string;
        OwnerID?: string;
        PriceBreaks?: BuyerPriceBreak[];
        RestrictedQuantity?: boolean;
        SaleEnd?: string;
        SaleStart?: string;
        UseCumulativeQuantity?: boolean;
        xp?: TBuyerPriceScheduleXp;
    }

    Type Parameters

    • TBuyerPriceScheduleXp = any
    Index
    ApplyShipping?: boolean
    ApplyTax?: boolean
    Currency?: string
    Discount?: BuyerDiscount
    ID?: string
    IsOnSale?: boolean
    MaxQuantity?: number
    MinQuantity?: number
    Name?: string
    OwnerID?: string
    PriceBreaks?: BuyerPriceBreak[]
    RestrictedQuantity?: boolean
    SaleEnd?: string
    SaleStart?: string
    UseCumulativeQuantity?: boolean