Interface OrderItemAttributeInterface

Interface OrderItemAttributeInterface

Indirect known implementers

StoredOrderItemAttribute, StoredOrderItemProperty

Methods summary

public getName( void ) : string

Returns the name of the order item attribute.

public getValue( void ) : string

Returns the value of the order item attribute.

public getPrice( void ) : float

Returns the price of the order item attribute.

public getPriceType( void ) : string

Returns the price type of the order item attribute.

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.