Contains the line-items details of the purchase
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 total cost of the line items being purchased. |
| 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. |