Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.21 KB

File metadata and controls

39 lines (27 loc) · 1.21 KB

AutoOrderItemSimpleSchedule

Properties

Name Type Description Notes
frequency FrequencyEnum Frequency of the rebill if not a fixed schedule [optional]
itemId String Item ID that should rebill [optional]
repeatCount Integer The number of times this simple schedule is configured for [optional]

Enum: FrequencyEnum

Name Value
WEEKLY "Weekly"
BIWEEKLY "Biweekly"
EVERY_ "Every..."
EVERY_10_DAYS "Every 10 Days"
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"