Interface OrderCustomTypeRemovedMessagePayload

All Superinterfaces:
MessagePayload, OrderMessagePayload
All Known Implementing Classes:
OrderCustomTypeRemovedMessagePayloadImpl

Generated after a successful Set Custom Type with empty parameters.


Example to create an instance using the builder pattern

     OrderCustomTypeRemovedMessagePayload orderCustomTypeRemovedMessagePayload = OrderCustomTypeRemovedMessagePayload.builder()
             .build()