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()