Interface RecurringOrderCustomTypeRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin

public interface RecurringOrderCustomTypeRemovedMessagePayload extends MessagePayload

Generated after a successful Set Custom Type with empty parameters.


Example to create an instance using the builder pattern

     RecurringOrderCustomTypeRemovedMessagePayload recurringOrderCustomTypeRemovedMessagePayload = RecurringOrderCustomTypeRemovedMessagePayload.builder()
             .build()