Interface StagedOrderSetLineItemPriceAction

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

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


Example to create an instance using the builder pattern

     StagedOrderSetLineItemPriceAction stagedOrderSetLineItemPriceAction = StagedOrderSetLineItemPriceAction.builder()
             .build()