Class OrderItemAttribute
category |
System |
---|---|
package |
Order |
subpackage |
Entities |
__construct(\StringType $name, \StringType $value)
getName() : string
string
Name of the order item attribute.
getPrice() : float
float
Price of the order item attribute.
getPriceType() : string
string
Price type of the order item attribute.
getValue() : string
string
Value of the order item attribute.
setName(\StringType $name) : \OrderItemAttribute
setOptionId(\IdType $optionId) : \OrderItemAttribute
setOptionValueId(\IdType $optionValueId) : \OrderItemAttribute
setPrice(\DecimalType $price) : \OrderItemAttribute
setPriceType(\StringType $priceType) : \OrderItemAttribute
setValue(\StringType $value) : \OrderItemAttribute
name : string
var |
---|
string
value : string
var |
---|
string
price : float
var |
---|
float
priceType : string
var |
---|
string