OrderTotalRepositoryDeleterInterface

Extends

Interface OrderTotalRepositoryDeleterInterface

category

System

package

Order

subpackage

Interfaces

Methods

Removes an order total item by the given order total ID.

deleteTotalById(\IdType $orderTotalId) : \OrderTotalRepositoryDeleterInterface

Arguments

$orderTotalId

\IdType

Order total ID.

Response

\OrderTotalRepositoryDeleterInterface

Same instance for method chaining.

Removes all order totals which are associated with the given order ID.

deleteTotalsByOrderId(\IdType $orderId) : \OrderTotalRepositoryDeleterInterface

Arguments

$orderId

\IdType

Order ID.

Response

\OrderTotalRepositoryDeleterInterface

Same instance for method chaining.