Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 2.29 KB

File metadata and controls

29 lines (24 loc) · 2.29 KB

com.ultracart.admin.v2.Model.ItemAutoOrderStep

Properties

Name Type Description Notes
ArbitraryScheduleDays int If the schedule is arbitrary, then this is the number of days [optional]
ArbitraryUnitCost decimal Arbitrary unit cost used to override the regular item cost [optional]
ArbitraryUnitCostSchedules List<ItemAutoOrderStepArbitraryUnitCostSchedule> Arbitrary unit costs schedules for more advanced discounting by rebill attempt [optional]
GrandfatherPricing List<ItemAutoOrderStepGrandfatherPricing> Grand-father pricing configuration if the rebill schedule has changed over time [optional]
ManagedBy string Managed by (defaults to UltraCart) [optional]
PauseDays int Number of days to pause [optional]
PauseUntilDate string Wait for this step to happen until the specified date [optional]
PauseUntilDayOfMonth int Pause until a specific day of the month [optional]
PauseUntilMinimumDelayDays int Pause at least this many days between the last order and the calculated next day of month [optional]
PreshipmentNoticeDays int If set, a pre-shipment notice is sent to the customer this many days in advance [optional]
RecurringMerchantItemId string Item id to rebill [optional]
RecurringMerchantItemOid int Item object identifier to rebill [optional]
RepeatCount int Number of times to rebill. Last step can be null for infinite [optional]
Schedule string Frequency of the rebill [optional]
SubscribeEmailListName string Email list name to subscribe the customer to when the rebill occurs (decommissioned email engine) [optional]
SubscribeEmailListOid int Email list identifier to subscribe the customer to when this rebill occurs (decommissioned email engine) [optional]
Type string Type of step (item, kit only, loop or pause) [optional]

[Back to Model list] [Back to API list] [Back to README]