Interface CartSetDeliveryAddressCustomFieldAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>
All Known Implementing Classes:
CartSetDeliveryAddressCustomFieldActionImpl

CartSetDeliveryAddressCustomFieldAction
Example to create an instance using the builder pattern

     CartSetDeliveryAddressCustomFieldAction cartSetDeliveryAddressCustomFieldAction = CartSetDeliveryAddressCustomFieldAction.builder()
             .deliveryId("{deliveryId}")
             .name("{name}")
             .build()