Interface OrderTotalRepositoryDeleterInterface
Interface OrderTotalRepositoryDeleterInterface
Direct known implementers
Package: Order\Interfaces
Category: System
Located at Services/Core/Order/Repositories/Deleter/Interface/OrderTotalRepositoryDeleterInterface.inc.php
Category: System
Located at Services/Core/Order/Repositories/Deleter/Interface/OrderTotalRepositoryDeleterInterface.inc.php
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.