public property InvoiceRestModel::$items in Invoice 7
Invoices items that contains one array per item with the following fields: description, quantity, unitcost, vat, weight
Unitcost must be ex. VAT
Type: array
File
- ./
invoice_classes.inc, line 38
Class
- InvoiceRestModel
- REST invoice model that is used for binding request data and returning the entity result
Code
public $items = array();