Interface DeliveryCustomTypeRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin, OrderMessagePayload

public interface DeliveryCustomTypeRemovedMessagePayload extends OrderMessagePayload

Generated after removing a Custom Type from a Delivery using the Set Custom Type update action with empty parameters.


Example to create an instance using the builder pattern

     DeliveryCustomTypeRemovedMessagePayload deliveryCustomTypeRemovedMessagePayload = DeliveryCustomTypeRemovedMessagePayload.builder()
             .deliveryId("{deliveryId}")
             .build()
 
  • Field Details

    • DELIVERY_CUSTOM_TYPE_REMOVED

      static final String DELIVERY_CUSTOM_TYPE_REMOVED
      discriminator value for DeliveryCustomTypeRemovedMessagePayload
      See Also:
  • Method Details