Interface OrderTotalRepositoryDeleterInterface

Interface OrderTotalRepositoryDeleterInterface

Direct known implementers

OrderTotalRepositoryDeleter

Methods summary

public deleteTotalById( IdType $orderTotalId ) : OrderTotalRepositoryDeleterInterface

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

public deleteTotalsByOrderId( IdType $orderId ) : OrderTotalRepositoryDeleterInterface

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