Interface CartSetItemShippingAddressCustomTypeAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>

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

     CartSetItemShippingAddressCustomTypeAction cartSetItemShippingAddressCustomTypeAction = CartSetItemShippingAddressCustomTypeAction.builder()
             .addressKey("{addressKey}")
             .build()