Interface OrderTotalInterface

Interface OrderTotalInterface

Direct known implementers

OrderTotal, StoredOrderTotalInterface

Indirect known implementers

StoredOrderTotal

Methods summary

public getTitle( void ) : string

Returns the title of the order total.

public getValue( void ) : float

Returns the value of the order total.

public getValueText( void ) : string

Returns the value text of the order total.

public getClass( void ) : string

Returns the class of the order total.

public getSortOrder( void ) : integer

Returns the sort order of the order total.

public setTitle( StringType $title ) : OrderTotalInterface

Sets title of the order total.

public setValue( DecimalType $value ) : OrderTotalInterface

Sets value of the order total.

public setValueText( StringType $valueText ) : OrderTotalInterface

Sets value text of the order total.

public setClass( StringType $class ) : OrderTotalInterface

Sets class of the order total.

public setSortOrder( IntType $sortOrder ) : OrderTotalInterface

Sets sort order of the order total.