Interface OrderItemAttributeInterface
Interface OrderItemAttributeInterface
Direct known implementers
OrderItemAttribute,
OrderItemProperty,
StoredOrderItemAttributeInterface
Indirect known implementers
Package: Order\Interfaces
Category: System
Located at Services/Core/Order/Entities/Interfaces/OrderItemAttributeInterface.inc.php
Category: System
Located at Services/Core/Order/Entities/Interfaces/OrderItemAttributeInterface.inc.php
Methods summary
public
setName( StringType $name )
: OrderItemAttributeInterface
Sets the name of the order item attribute.
public
setValue( StringType $value )
: OrderItemAttributeInterface
Sets the value of the order item attribute.
public
setPrice( DecimalType $price )
: OrderItemAttributeInterface
Sets the price of the order item attribute.
public
setPriceType( StringType $priceType )
: OrderItemAttributeInterface
Sets the price type of the order item attribute.