Skip to content

Commit b1be4b8

Browse files
Merge pull request #230097 from laujan/patch-210
Update concept-invoice.md
2 parents 767b718 + cb925a3 commit b1be4b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/applied-ai-services/form-recognizer/concept-invoice.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ See how data, including customer information, vendor details, and line items, is
207207
| ServiceStartDate | Date | First date for the service period (for example, a utility bill service period) | yyyy-mm-dd |
208208
| ServiceEndDate | Date | End date for the service period (for example, a utility bill service period) | yyyy-mm-dd|
209209
| PreviousUnpaidBalance | Number | Explicit previously unpaid balance | Integer |
210-
| PaymentOptions | Array | An array that holds Payment Option details such as `IBAN`and `SWIFT` | |
210+
| CurrencyCode | String | The currency code associated with the extracted amount | |
211+
| PaymentDetails | Array | An array that holds Payment Option details such as `IBAN`and `SWIFT` | |
211212
| TotalDiscount | Number | The total discount applied to an invoice | Integer |
212213
| TaxItems (en-IN only) | Array | AN array that holds added tax information such as `CGST`, `IGST`, and `SGST`. This line item is currently only available for the en-in locale | |
213214

0 commit comments

Comments
 (0)