Interface StagedOrderSetLineItemTotalPriceAction

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

StagedOrderSetLineItemTotalPriceAction
Example to create an instance using the builder pattern

     StagedOrderSetLineItemTotalPriceAction stagedOrderSetLineItemTotalPriceAction = StagedOrderSetLineItemTotalPriceAction.builder()
             .lineItemId("{lineItemId}")
             .build()