Attribute | Type | Static* | Description |
---|---|---|---|
id |
string |
Yes. |
The ID number of the order item. |
order_id |
string |
Yes. |
The ID number of the order that the order item is associated with. |
description |
string |
Yes. |
The description of the order item. |
price |
string |
Yes. |
The price of the order item. |
vat_value |
string |
Yes. |
The VAT value. |
is_vat_inc |
string |
Yes. |
1 if the price includes the VAT, 0 otherwise. |
type |
string |
Yes. |
The type of the order item. This string reveals which part of the system that added the item (for example "ezsimpleshipping"). |
price_inc_vat |
integer |
No. |
The price of the order item including the VAT. |
price_ex_vat |
integer |
No. |
The price of the order item excluding the VAT. |
* Indicates whether the attribute provides a pre-fetched value or if it needs to be computed upon request.
Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2013 eZ Systems AS (except where otherwise noted). All rights reserved.