Interface CartSetItemShippingAddressCustomTypeAction

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

CartSetItemShippingAddressCustomTypeAction
Example to create an instance using the builder pattern

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