Interface OrderTotalFactoryInterface
Interface OrderTotalFactoryInterface
Direct known implementers
Package: Order\Interfaces
Category: System
Located at Services/Core/Order/Factories/Interfaces/OrderTotalFactoryInterface.inc.php
Category: System
Located at Services/Core/Order/Factories/Interfaces/OrderTotalFactoryInterface.inc.php
Methods summary
public
createOrderTotal( StringType $title, DecimalType $value, StringType $valueText = null, StringType $class = null, IntType $sortOrder = null )
: OrderTotalInterface
Creates an OrderTotal object.
public
createStoredOrderTotal( IdType $orderTotalId )
: StoredOrderTotalInterface
Creates a StoredOrderTotal object.