Interface StagedOrderSetCustomLineItemCustomTypeAction

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

StagedOrderSetCustomLineItemCustomTypeAction
Example to create an instance using the builder pattern

     StagedOrderSetCustomLineItemCustomTypeAction stagedOrderSetCustomLineItemCustomTypeAction = StagedOrderSetCustomLineItemCustomTypeAction.builder()
             .customLineItemId("{customLineItemId}")
             .build()