Enumeration ScheduleStrategy

Options for when a change for a paid subscription should take effect

Enumeration Members

EndOfBillingMonth: "END_OF_BILLING_MONTH"

Schedule the change to the end of the billing month (for subscriptions whose billing period is larger then month)

EndOfBillingPeriod: "END_OF_BILLING_PERIOD"

Schedule the change to the end of the billing period

Immediate: "IMMEDIATE"

Apply the change immediately