Interface OrderTotalRepositoryReaderInterface
Interface OrderTotalRepositoryReaderInterface
Direct known implementers
Package: Order\Interfaces
Category: System
Located at Services/Core/Order/Repositories/Reader/Interface/OrderTotalRepositoryReaderInterface.inc.php
Category: System
Located at Services/Core/Order/Repositories/Reader/Interface/OrderTotalRepositoryReaderInterface.inc.php
Methods summary
public
getTotalById( IdType $orderTotalId )
: StoredOrderTotal
Returns an StoredOrderTotal object by the given ID.
public
getTotalsByOrderId( IdType $orderOrderId )
: StoredOrderTotalCollection
Returns a StoredOrderTotalCollection of StoredOrderTotal objects by the given order ID.