Interface StagedOrderSetReturnShipmentStateAction

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

StagedOrderSetReturnShipmentStateAction
Example to create an instance using the builder pattern

     StagedOrderSetReturnShipmentStateAction stagedOrderSetReturnShipmentStateAction = StagedOrderSetReturnShipmentStateAction.builder()
             .returnItemId("{returnItemId}")
             .shipmentState(ReturnShipmentState.ADVISED)
             .build()