Interface OrderShippingInfoSetMessagePayload

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

Generated after a successful Set Shipping Method and Set Custom Shipping Method update actions.


Example to create an instance using the builder pattern

     OrderShippingInfoSetMessagePayload orderShippingInfoSetMessagePayload = OrderShippingInfoSetMessagePayload.builder()
             .build()