Interface CartSetShippingAddressCustomTypeAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>

public interface CartSetShippingAddressCustomTypeAction extends CartUpdateAction
CartSetShippingAddressCustomTypeAction
Example to create an instance using the builder pattern

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