Interface DeliveryCustomFieldRemovedMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin, OrderMessagePayload

public interface DeliveryCustomFieldRemovedMessagePayload extends OrderMessagePayload

Generated when a Custom Field has been removed from the Delivery using the Set CustomField update action.


Example to create an instance using the builder pattern

     DeliveryCustomFieldRemovedMessagePayload deliveryCustomFieldRemovedMessagePayload = DeliveryCustomFieldRemovedMessagePayload.builder()
             .name("{name}")
             .deliveryId("{deliveryId}")
             .build()