OrderStatusDeleterInterface

Extends

Interface OrderStatusDeleterInterface

category

System

package

OrderStatus

subpackage

Repositories

Methods

Removes order status by the given order status id.

removeOrderStatus(\IntType $orderStatusId) : $this|\OrderStatusWriterInterface

Arguments

$orderStatusId

\IntType

Order status id to be removed.

Response

$this|\OrderStatusWriterInterface

Same instance for chained method calls.