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()
 
  • Field Details

    • ORDER_SHIPPING_INFO_SET

      static final String ORDER_SHIPPING_INFO_SET
      discriminator value for OrderShippingInfoSetMessagePayload
      See Also:
  • Method Details