Interface RecurringOrderSetScheduleAction

All Superinterfaces:
RecurringOrderUpdateAction

public interface RecurringOrderSetScheduleAction extends RecurringOrderUpdateAction

To set the schedule, the Recurring Order must be active, with no active Skip Configuration and with available prices for all Cart items for the new schedule. Setting the schedule generates the RecurringOrderScheduleSet Message.


Example to create an instance using the builder pattern

     RecurringOrderSetScheduleAction recurringOrderSetScheduleAction = RecurringOrderSetScheduleAction.builder()
             .recurrencePolicy(recurrencePolicyBuilder -> recurrencePolicyBuilder)
             .build()