StoredOrderItemProperty

Extends \OrderItemProperty Implements \StoredOrderItemAttributeInterface

Class StoredOrderItemProperty

category

System

package

Order

subpackage

Entities

Methods

OrderItemProperty constructor.

__construct(\StringType $name, \StringType $value) 
inherited

Arguments

$name

\StringType

Order item property name.

$value

\StringType

Order item property value.

Returns the combis ID of the order item property.

getCombisId() : integer
inherited

Response

integer

Combis ID of the order item property

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 combis ID of the order item property.

setCombisId(\IdType $combisId) : \OrderItemProperty
inherited

Arguments

$combisId

\IdType

Combis ID.

Response

\OrderItemProperty

Same instance for method chaining.

Sets the name of the order item attribute.

setName(\StringType $name) : \OrderItemProperty
inherited

Arguments

$name

\StringType

Name of the order item attribute.

Response

\OrderItemProperty

Same instance for method chaining.

Sets the price of the order item attribute.

setPrice(\DecimalType $price) : \OrderItemProperty
inherited

Arguments

$price

\DecimalType

Price of the order item attribute.

Response

\OrderItemProperty

Same instance for method chaining.

Sets the price type of the order item attribute.

setPriceType(\StringType $priceType) : \OrderItemProperty
inherited

Arguments

$priceType

\StringType

Price type of the order item attribute.

Response

\OrderItemProperty

Same instance for method chaining.

Sets the value of the order item attribute.

setValue(\StringType $value) : \OrderItemProperty
inherited

Arguments

$value

\StringType

Value of the order item attribute.

Response

\OrderItemProperty

Same instance for method chaining.

Properties

Order item attribute ID.

orderItemAttributeID : integer
var

Type(s)

integer

Name.

name : string
inherited
var

Type(s)

string

Value.

value : string
inherited
var

Type(s)

string

Price.

price : float
inherited
var

Type(s)

float

Price type.

priceType : string
inherited
var

Type(s)

string

Combinations ID.

combisId : integer
inherited
var

Type(s)

integer