Interface RecurringOrderSetKeyAction

All Superinterfaces:
RecurringOrderUpdateAction

public interface RecurringOrderSetKeyAction extends RecurringOrderUpdateAction

This update action generates the RecurringOrderKeySet Message.


Example to create an instance using the builder pattern

     RecurringOrderSetKeyAction recurringOrderSetKeyAction = RecurringOrderSetKeyAction.builder()
             .build()