Interface ReturnInfoSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin, OrderMessagePayload

public interface ReturnInfoSetMessagePayload extends OrderMessagePayload

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


Example to create an instance using the builder pattern

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