OrderRepositoryDeleterInterface

Extends

Interface OrderRepositoryDeleterInterface

category

System

package

Order

subpackage

Interfaces

Methods

Removes an order from the orders table by the given ID.

deleteById(\IdType $orderId) : \OrderRepositoryDeleterInterface

Arguments

$orderId

\IdType

ID of order which should removed.

Response

\OrderRepositoryDeleterInterface

Same instance for method chaining.