Interface ReturnInfoSetMessagePayload

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

Generated after a successful Set Return Info update action on Orders and Order Edits.


Example to create an instance using the builder pattern

     ReturnInfoSetMessagePayload returnInfoSetMessagePayload = ReturnInfoSetMessagePayload.builder()
             .build()