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()
 
  • Field Details

    • SET_ITEM_SHIPPING_ADDRESS_CUSTOM_TYPE

      static final String SET_ITEM_SHIPPING_ADDRESS_CUSTOM_TYPE
      discriminator value for CartSetItemShippingAddressCustomTypeAction
      See Also:
  • Method Details