Interface StagedOrderImportCustomLineItemStateAction

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

StagedOrderImportCustomLineItemStateAction
Example to create an instance using the builder pattern

     StagedOrderImportCustomLineItemStateAction stagedOrderImportCustomLineItemStateAction = StagedOrderImportCustomLineItemStateAction.builder()
             .customLineItemId("{customLineItemId}")
             .plusState(stateBuilder -> stateBuilder)
             .build()