Interface CartSetShippingAddressCustomTypeAction

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

CartSetShippingAddressCustomTypeAction
Example to create an instance using the builder pattern

     CartSetShippingAddressCustomTypeAction cartSetShippingAddressCustomTypeAction = CartSetShippingAddressCustomTypeAction.builder()
             .build()