Spaces:
Running on Zero
Running on Zero
File size: 605 Bytes
e62015b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | {
"document_type": "verbatim-string",
"vendor": {
"name": "verbatim-string",
"address": "verbatim-string",
"email": "email-address",
"phone": "phone-number"
},
"invoice_number": "verbatim-string",
"invoice_date": "verbatim-string",
"line_items": [
{
"description": "verbatim-string",
"category": ["product", "service", "shipping", "tax", "other"],
"quantity": "integer",
"unit_price": "number",
"unit": "unit-code",
"amount": "number"
}
],
"subtotal": "number",
"tax": "number",
"total": "number",
"currency": "currency"
}
|