StoredOrderItemAttributeInterface

Extends \OrderItemAttributeInterface

Interface StoredOrderItemAttributeInterface

category

System

package

Order

subpackage

Interfaces

Methods

Returns the name of the order item attribute.

getName() : string
inherited

Response

string

Name of the order item attribute.

Returns the ID of the stored order item attribute.

getOrderItemAttributeId() : integer

Response

integer

Order item attribute ID.

Returns the price of the order item attribute.

getPrice() : float
inherited

Response

float

Price of the order item attribute.

Returns the price type of the order item attribute.

getPriceType() : string
inherited

Response

string

Price type of the order item attribute.

Returns the value of the order item attribute.

getValue() : string
inherited

Response

string

Value of the order item attribute.

Sets the name of the order item attribute.

setName(\StringType $name) : \OrderItemAttributeInterface
inherited

Arguments

$name

\StringType

Name of the order item attribute.

Response

\OrderItemAttributeInterface

Same instance for method chaining.

Sets the price of the order item attribute.

setPrice(\DecimalType $price) : \OrderItemAttributeInterface
inherited

Arguments

$price

\DecimalType

Price of the order item attribute.

Response

\OrderItemAttributeInterface

Same instance for method chaining.

Sets the price type of the order item attribute.

setPriceType(\StringType $priceType) : \OrderItemAttributeInterface
inherited

Arguments

$priceType

\StringType

Price type of the order item attribute.

Response

\OrderItemAttributeInterface

Same instance for method chaining.

Sets the value of the order item attribute.

setValue(\StringType $value) : \OrderItemAttributeInterface
inherited

Arguments

$value

\StringType

Value of the order item attribute.

Response

\OrderItemAttributeInterface

Same instance for method chaining.