Interface OrderCustomerSetMessagePayload

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

Generated after a successful Set Customer Id update action.


Example to create an instance using the builder pattern

     OrderCustomerSetMessagePayload orderCustomerSetMessagePayload = OrderCustomerSetMessagePayload.builder()
             .build()