UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

31 lines (30 loc) 886 B
export interface OrderPromotion<TOrderPromotionXp = any> { readonly Amount?: number; readonly LineItemID?: string; readonly AmountOverridden?: boolean; readonly DateApplied?: string; ID?: string; LineItemLevel?: boolean; Code?: string; Name?: string; RedemptionLimit?: number; RedemptionLimitPerUser?: number; readonly RedemptionCount?: number; QuantityLimitPerOrder?: number; ItemLimitPerOrder?: number; ItemSortBy?: string; Description?: string; FinePrint?: string; StartDate?: string; ExpirationDate?: string; EligibleExpression?: string; ValueExpression?: string; CanCombine?: boolean; AllowAllBuyers?: boolean; OwnerID?: string; AutoApply?: boolean; Active?: boolean; UseIntegration?: boolean; Priority?: number; xp?: TOrderPromotionXp; }