Skip to content

Commit cce81c7

Browse files
authored
Update concept-invoice.md
1 parent 0a26b5e commit cce81c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/document-intelligence/concept-invoice.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ See how data, including customer information, vendor details, and line items, is
220220
|CustomerTaxId|string|The taxpayer number associated with the customer|765432-1|
221221
| PaymentTerm |string | The terms of payment for the invoice |Net90 |
222222
| KVKNumber |string | A unique identifier for businesses registered in the Netherlands (NL-only)|12345678|
223+
| CurrencyCode |string | The currency code associated with the extracted amount | |
223224
| PaymentDetails | array | An array that holds Payment Option details such as `IBAN`,`SWIFT`, `BPayBillerCode(AU)`, `BPayReference(AU)` | |
224225
|TaxDetails|array|An array that holds tax details like amount and rate||
225-
| CurrencyCode |string | The currency code associated with the extracted amount | |
226226
| TaxDetails | array | AN array that holds added tax information such as `CGST`, `IGST`, and `SGST`. This line item is currently only available for the Germany (`de`), Spain (`es`), Portugal (`pt`), and English Canada (`en-CA`) locales| |
227227

228228
### Line items array
@@ -232,14 +232,14 @@ Following are the line items extracted from an invoice in the JSON output respon
232232
|Name| Type | Description | Value (standardized output) |
233233
|:-----|:----|:----|:----|
234234
| Amount | currency | The amount of the line item | $60.00 |
235-
| Date | Date| Date corresponding to each line item. Often it's a date the line item was shipped | 3/4/2021|
235+
| Date | date| Date corresponding to each line item. Often it's a date the line item was shipped | 3/4/2021|
236236
| Description | string | The text description for the invoice line item | Consulting service|
237237
| Quantity | number | The quantity for this invoice line item | 2 |
238238
| ProductCode | string| Product code, product number, or SKU associated with the specific line item | A123|
239239
| Tax | currency | Tax associated with each line item. Possible values include tax amount and tax Y/N | $6.00 |
240240
| TaxRate | string | Tax Rate associated with each line item. | 18%|
241241
| Unit | string| The unit of the line item, e.g, kg, lb etc. | Hours|
242-
| UnitPrice | Number | The net or gross price (depending on the gross invoice setting of the invoice) of one unit of this item | $30.00 |
242+
| UnitPrice | number | The net or gross price (depending on the gross invoice setting of the invoice) of one unit of this item | $30.00 |
243243

244244
The invoice key-value pairs and line items extracted are in the `documentResults` section of the JSON output.
245245

0 commit comments

Comments
 (0)