Interface CartSetItemShippingAddressCustomFieldAction

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

CartSetItemShippingAddressCustomFieldAction
Example to create an instance using the builder pattern

     CartSetItemShippingAddressCustomFieldAction cartSetItemShippingAddressCustomFieldAction = CartSetItemShippingAddressCustomFieldAction.builder()
             .addressKey("{addressKey}")
             .name("{name}")
             .build()