Interface RecurringOrderKeySetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface RecurringOrderKeySetMessagePayload extends MessagePayload

Generated after a successful Set Key update action.


Example to create an instance using the builder pattern

     RecurringOrderKeySetMessagePayload recurringOrderKeySetMessagePayload = RecurringOrderKeySetMessagePayload.builder()
             .build()