Interface OrderTotalFactoryInterface

Interface OrderTotalFactoryInterface

Direct known implementers

OrderTotalFactory

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.