OrderStatusDeleterInterface
in
Interface OrderStatusDeleterInterface
Tags
Table of Contents
- removeOrderStatus() : $this|OrderStatusWriterInterface
- Removes order status by the given order status id.
Methods
removeOrderStatus()
Removes order status by the given order status id.
public
removeOrderStatus(IntType $orderStatusId) : $this|OrderStatusWriterInterface
Parameters
- $orderStatusId : IntType
-
Order status id to be removed.
Return values
$this|OrderStatusWriterInterface —Same instance for chained method calls.