Interface CartSetLineItemPriceAction

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

Sets the LineItem price and changes the priceMode to ExternalPrice LineItemPriceMode.


Example to create an instance using the builder pattern

     CartSetLineItemPriceAction cartSetLineItemPriceAction = CartSetLineItemPriceAction.builder()
             .build()