phpDocumentor

OrderObjectServiceInterface

Interface OrderObjectServiceInterface

Tags
category

System

subpackage

Interfaces

Table of Contents

createOrderItemAttributeObject()  : OrderItemAttribute
Creates and returns an order item attribute object.
createOrderItemObject()  : OrderItem
Creates and returns an order item object.
createOrderItemPropertyObject()  : OrderItemProperty
Creates and returns an order item property object.
createOrderTotalObject()  : OrderTotal
Creates and returns an order total object.
createStoredOrderItemAttributeObject()  : StoredOrderItemAttribute
Creates and returns a stored order item attribute object.
createStoredOrderItemObject()  : StoredOrderItem
Creates and returns a stored order item object.
createStoredOrderItemPropertyObject()  : StoredOrderItemProperty
Creates and returns a stored order item property object.
createStoredOrderTotalObject()  : StoredOrderTotal
Creates and returns a stored order total object.

Methods

createOrderTotalObject()

Creates and returns an order total object.

public createOrderTotalObject(StringType $title, DecimalType $value[, StringType $valueText = null ][, StringType $class = null ][, IntType $sortOrder = null ]) : OrderTotal
Parameters
$title : StringType

Title of the order total to be created.

$value : DecimalType

value of the order total to be created.

$valueText : StringType = null

Value text of the order total to be created.

$class : StringType = null

Class of the order total to be created.

$sortOrder : IntType = null

Sort order of the order total to be created.

Return values
OrderTotal

New order total object.

Search results