Invoice line stage table
The invoice line stage [sn_ap_ic_invoice_line_stage] table stores line-level invoice data extracted by Document Intelligence.
Invoice line inbound stage table
The following table lists the fields for the invoice line [sn_ap_ic_invoice_line_stage] stage table.
| Field | Data type | Description |
|---|---|---|
| Number | string | Auto-generated identifier for the line staging record. |
| Line description | string | Item or service description extracted from the invoice line. |
| Line quantity | string | Quantity billed on this line. |
| Line unit price | string | Unit price per item on this line. |
| Line amount (transaction currency) | string | Total line amount, calculated as quantity multiplied by unit price. |
| Tax amount | string | Tax amount applied to this line. |
| Invoice stage | reference | Reference to the parent invoice stage record (sn_ap_ic_invoice_stage). |
| Related invoice line | reference | Reference to the invoice line record created from this staging record. |