OrderTotalInterface

Extends

Interface OrderTotalInterface

category

System

package

Order

subpackage

Interfaces

Methods

Returns the class of the order total.

getClass() : string

Response

string

Class of the order total.

Returns the sort order of the order total.

getSortOrder() : integer

Response

integer

Sort order of the order total.

Returns the title of the order total.

getTitle() : string

Response

string

Title of the order total.

Returns the value of the order total.

getValue() : float

Response

float

Value of the order total.

Returns the value text of the order total.

getValueText() : string

Response

string

Value text of the order total.

Sets class of the order total.

setClass(\StringType $class) : \OrderTotalInterface

Arguments

$class

\StringType

Class of the order total.

Response

\OrderTotalInterface

Same instance for method chaining.

Sets sort order of the order total.

setSortOrder(\IntType $sortOrder) : \OrderTotalInterface

Arguments

$sortOrder

\IntType

Sort order of the order total.

Response

\OrderTotalInterface

Same instance for method chaining.

Sets title of the order total.

setTitle(\StringType $title) : \OrderTotalInterface

Arguments

$title

\StringType

Title of the order total.

Response

\OrderTotalInterface

Same instance for method chaining.

Sets value of the order total.

setValue(\DecimalType $value) : \OrderTotalInterface

Arguments

$value

\DecimalType

Value of the order total.

Response

\OrderTotalInterface

Same instance for method chaining.

Sets value text of the order total.

setValueText(\StringType $valueText) : \OrderTotalInterface

Arguments

$valueText

\StringType

Value text of the order total.

Response

\OrderTotalInterface

Same instance for method chaining.