Interface OrderChangeShipmentStateAction

All Superinterfaces:
OrderUpdateAction, ResourceUpdateAction<OrderUpdateAction>
All Known Implementing Classes:
OrderChangeShipmentStateActionImpl

OrderChangeShipmentStateAction
Example to create an instance using the builder pattern

     OrderChangeShipmentStateAction orderChangeShipmentStateAction = OrderChangeShipmentStateAction.builder()
             .build()