Class CartApplyDeltaToCustomLineItemShippingDetailsTargetsActionBuilder

java.lang.Object
com.commercetools.api.models.cart.CartApplyDeltaToCustomLineItemShippingDetailsTargetsActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<CartApplyDeltaToCustomLineItemShippingDetailsTargetsAction>

CartApplyDeltaToCustomLineItemShippingDetailsTargetsActionBuilder
Example to create an instance using the builder pattern

     CartApplyDeltaToCustomLineItemShippingDetailsTargetsAction cartApplyDeltaToCustomLineItemShippingDetailsTargetsAction = CartApplyDeltaToCustomLineItemShippingDetailsTargetsAction.builder()
             .customLineItemId("{customLineItemId}")
             .plusTargetsDelta(targetsDeltaBuilder -> targetsDeltaBuilder)
             .build()