Interface DeliveryCustomTypeSetMessagePayload

All Superinterfaces:
MessagePayload, MessagePayloadMixin, OrderMessagePayload

public interface DeliveryCustomTypeSetMessagePayload extends OrderMessagePayload

Generated after adding a Custom Type to a Delivery using the Set Custom Type update action.


Example to create an instance using the builder pattern

     DeliveryCustomTypeSetMessagePayload deliveryCustomTypeSetMessagePayload = DeliveryCustomTypeSetMessagePayload.builder()
             .customFields(customFieldsBuilder -> customFieldsBuilder)
             .deliveryId("{deliveryId}")
             .build()