Interface PriceSchedule<TPriceScheduleXp>

Type Parameters

  • TPriceScheduleXp = any

Hierarchy

  • PriceSchedule

Properties

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

Generated using TypeDoc