Interface CartSetLineItemShippingDetailsAction

All Superinterfaces:
CartUpdateAction, ResourceUpdateAction<CartUpdateAction>

public interface CartSetLineItemShippingDetailsAction extends CartUpdateAction
CartSetLineItemShippingDetailsAction
Example to create an instance using the builder pattern

     CartSetLineItemShippingDetailsAction cartSetLineItemShippingDetailsAction = CartSetLineItemShippingDetailsAction.builder()
             .build()