Interface StagedOrderSetLineItemTotalPriceAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction
All Known Implementing Classes:
StagedOrderSetLineItemTotalPriceActionImpl

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


Example to create an instance using the builder pattern

     StagedOrderSetLineItemTotalPriceAction stagedOrderSetLineItemTotalPriceAction = StagedOrderSetLineItemTotalPriceAction.builder()
             .build()