Class OrderItemProperty
| category |
System |
|---|---|
| package |
Order |
| subpackage |
Entities |
__construct(\StringType $name, \StringType $value)
getCombisId() : integer
integerCombis ID of the order item property
getName() : string
stringName of the order item attribute.
getPrice() : float
floatPrice of the order item attribute.
getPriceType() : string
stringPrice type of the order item attribute.
getValue() : string
stringValue of the order item attribute.
setCombisId(\IdType $combisId) : \OrderItemProperty
setName(\StringType $name) : \OrderItemProperty
setPrice(\DecimalType $price) : \OrderItemProperty
setPriceType(\StringType $priceType) : \OrderItemProperty
setValue(\StringType $value) : \OrderItemProperty
name : string
| var |
|---|
string
value : string
| var |
|---|
string
price : float
| var |
|---|
float
priceType : string
| var |
|---|
string
combisId : integer
| var |
|---|
integer