Interface MyCartUpdateItemShippingAddressAction

All Superinterfaces:
MyCartUpdateAction, ResourceUpdateAction<MyCartUpdateAction>
All Known Implementing Classes:
MyCartUpdateItemShippingAddressActionImpl

public interface MyCartUpdateItemShippingAddressAction extends MyCartUpdateAction

Updates an address in itemShippingAddresses by keeping the Address key.


Example to create an instance using the builder pattern

     MyCartUpdateItemShippingAddressAction myCartUpdateItemShippingAddressAction = MyCartUpdateItemShippingAddressAction.builder()
             .address(addressBuilder -> addressBuilder)
             .build()