Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.79 KB

File metadata and controls

43 lines (31 loc) · 1.79 KB

ChannelPartnerOrderItem

Properties

Name Type Description Notes
arbitraryUnitCost BigDecimal Arbitrary unit cost for this item that differs from the listed price [optional]
autoOrderLastRebillDts String Optional date/time of the last rebill if this item is part of an auto (recurring) order [optional]
autoOrderSchedule AutoOrderScheduleEnum The frequency schedule for this item if this item is part of an auto (recurring) order [optional]
merchantItemId String Item ID [optional]
options List<ChannelPartnerOrderItemOption> Item options [optional]
properties List<ChannelPartnerOrderItemProperty> Properties [optional]
quantity BigDecimal Quantity [optional]
upsell Boolean True if this item was an upsell item. [optional]

Enum: AutoOrderScheduleEnum

Name Value
WEEKLY "Weekly"
EVERY_10_DAYS "Every 10 Days"
BIWEEKLY "Biweekly"
EVERY_24_DAYS "Every 24 Days"
EVERY_28_DAYS "Every 28 Days"
MONTHLY "Monthly"
EVERY_45_DAYS "Every 45 Days"
EVERY_2_MONTHS "Every 2 Months"
EVERY_3_MONTHS "Every 3 Months"
EVERY_4_MONTHS "Every 4 Months"
EVERY_5_MONTHS "Every 5 Months"
EVERY_6_MONTHS "Every 6 Months"
YEARLY "Yearly"
EVERY_4_WEEKS "Every 4 Weeks"
EVERY_6_WEEKS "Every 6 Weeks"
EVERY_8_WEEKS "Every 8 Weeks"