Properties
| Name | Type | Description |
|---|---|---|
| id | integer | Unique ID of the transaction |
| code | string | Transaction code |
| companyId | integer | Company ID that owns this transaction |
| date | string | Date of the transaction |
| status | string | Current status of the transaction |
| type | string | Document type |
| totalAmount | number | Total amount of the transaction before tax |
| totalTax | number | Total tax calculated for the transaction |
| totalTaxable | number | Total taxable amount |
| totalExempt | number | Total exempt amount |
| lines | array | |
| addresses | array | |
| summary | array |