Contains the line item details of the purchase
lines is an array of one or more objects representing the line item details of the purchase. Each object contains the following properties.
Request
Property Name | Type | Required | Description |
|---|---|---|---|
| integer | Required | Item quantity being purchased. |
| string | Optional | Tax code for the item being purchased. |
| string | Optional | Line item description. |
| decimal | Required | The cost of the line item. |
| string | Required | Unique ID for the line item. |
Response
Property Name | Type | Description |
|---|---|---|
| integer | Item quantity being purchased. |
| string | Tax code for the item being purchased. |
| string | Line item description. |
| decimal | The cost of the line item. |
| string | Unique ID for the line item. |
| decimal | Tax for the line item. |
