Class OrderTotalRepositoryDeleter
Class OrderTotalRepositoryDeleter
- OrderTotalRepositoryDeleter implements OrderTotalRepositoryDeleterInterface
Package: Order\Repositories
Category: System
Located at Services/Core/Order/Repositories/Deleter/OrderTotalRepositoryDeleter.inc.php
Category: System
Located at Services/Core/Order/Repositories/Deleter/OrderTotalRepositoryDeleter.inc.php
Methods summary
public
deleteTotalById( IdType $orderTotalId )
: OrderTotalRepositoryDeleter
Removes an order total item by the given order total ID.
public
deleteTotalsByOrderId( IdType $orderId )
: OrderTotalRepositoryDeleter
Removes all order totals which are associated with the given order ID.