Interface CartRemoveShippingMethodAction

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

Removes a Shipping Method from a Cart that has the Multiple ShippingMode.


Example to create an instance using the builder pattern

     CartRemoveShippingMethodAction cartRemoveShippingMethodAction = CartRemoveShippingMethodAction.builder()
             .shippingKey("{shippingKey}")
             .build()