Interface OrderShippingInfoSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin, OrderMessagePayload

public interface OrderShippingInfoSetMessagePayload extends OrderMessagePayload

Generated after a successful Set ShippingMethod and Set Custom ShippingMethod update actions.


Example to create an instance using the builder pattern

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