id | string | System Provided | Primary identifier for the document (UUID). Automatically generated when the invoice is created. |
org_id | string | System Provided | Unique identifier of the organization that owns this invoice. |
document_sequence | long | System Provided | Sequential number for the invoice within your organization. Used for compliance and tracking. |
allowance_total_amount | number | Calculated | Total of all document-level allowances. |
charge_total_amount | number | Calculated | Total of all document-level charges. |
line_extension_amount | number | Calculated | Sum of all line amounts before charges, allowances, and taxes. UBL 2.1 LineExtensionAmount. |
tax_exclusive_amount | number | Calculated | Line extension plus charges minus allowances, before tax. UBL 2.1 TaxExclusiveAmount. |
tax_amount | number | Calculated | Aggregated VAT amount in document currency. UBL 2.1 TaxTotal. |
tax_amount_in_aed | number | Calculated | Total tax amount converted to AED. |
tax_inclusive_amount | number | Calculated | Tax exclusive amount plus total tax. UBL 2.1 TaxInclusiveAmount. |
payable_amount | number | Calculated | Final amount due. UBL 2.1 PayableAmount. |
payable_amount_in_aed | number | Calculated | Final amount payable in AED. |
total_item_allowances | number | Calculated | Total of all line-level allowances. |
total_item_charges | number | Calculated | Total of all line-level charges. |
total_taxable_amount | number | Calculated | Total taxable amount. |
total_non_taxable_amount | number | Calculated | Total non-taxable amount. |
tax_breakdown | array | Calculated | Tax amounts by tax category (S, Z, E, O, AE, N) and rate. UBL 2.1 TaxSubtotal. |
is_phase2_document | boolean | System Provided | Whether the document is Peppol-enabled (Phase 2). |
meta_info | object | System Provided | Additional metadata. See Meta info object below. |