Interface StoredOrderItemAttributeInterface
| category |
System |
|---|---|
| package |
Order |
| subpackage |
Interfaces |
getName() : string
stringName of the order item attribute.
getOrderItemAttributeId() : integer
integerOrder item attribute ID.
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.
setName(\StringType $name) : \OrderItemAttributeInterface
setPrice(\DecimalType $price) : \OrderItemAttributeInterface
setPriceType(\StringType $priceType) : \OrderItemAttributeInterface
setValue(\StringType $value) : \OrderItemAttributeInterface