Interface CartSetLineItemTotalPriceAction

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

Sets the LineItem totalPrice and price, and changes the priceMode to ExternalTotal LineItemPriceMode.


Example to create an instance using the builder pattern

     CartSetLineItemTotalPriceAction cartSetLineItemTotalPriceAction = CartSetLineItemTotalPriceAction.builder()
             .build()