ordercloud-javascript-sdk
    Preparing search index...

    Interface PriceSchedule<TPriceScheduleXp>

    interface PriceSchedule<TPriceScheduleXp = any> {
        ApplyShipping?: boolean;
        ApplyTax?: boolean;
        Currency?: string;
        ID?: string;
        IsOnSale?: boolean;
        MaxQuantity?: number;
        MinQuantity?: number;
        Name: string;
        OwnerID?: string;
        PriceBreaks?: PriceBreak[];
        RestrictedQuantity?: boolean;
        SaleEnd?: string;
        SaleStart?: string;
        UseCumulativeQuantity?: boolean;
        xp?: TPriceScheduleXp;
    }

    Type Parameters

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