Interface CartSetDeliveryAddressCustomTypeAction

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

CartSetDeliveryAddressCustomTypeAction
Example to create an instance using the builder pattern

     CartSetDeliveryAddressCustomTypeAction cartSetDeliveryAddressCustomTypeAction = CartSetDeliveryAddressCustomTypeAction.builder()
             .deliveryId("{deliveryId}")
             .build()