Interface RecurringOrderSetCustomTypeAction

All Superinterfaces:
RecurringOrderUpdateAction

public interface RecurringOrderSetCustomTypeAction extends RecurringOrderUpdateAction

Adding or updating a Custom Type on a Recurring Order generates the RecurringOrderCustomTypeSet Message, removing one generates the RecurringOrderCustomTypeRemoved Message.


Example to create an instance using the builder pattern

     RecurringOrderSetCustomTypeAction recurringOrderSetCustomTypeAction = RecurringOrderSetCustomTypeAction.builder()
             .build()