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