Interface MyCartApplyDeltaToLineItemShippingDetailsTargetsAction

All Superinterfaces:
MyCartUpdateAction, ResourceUpdateAction<MyCartUpdateAction>

public interface MyCartApplyDeltaToLineItemShippingDetailsTargetsAction extends MyCartUpdateAction

To override the shipping details, see Set LineItem ShippingDetails.


Example to create an instance using the builder pattern

     MyCartApplyDeltaToLineItemShippingDetailsTargetsAction myCartApplyDeltaToLineItemShippingDetailsTargetsAction = MyCartApplyDeltaToLineItemShippingDetailsTargetsAction.builder()
             .plusTargetsDelta(targetsDeltaBuilder -> targetsDeltaBuilder)
             .build()