Files
aza/AzA march 2026 - Kopie (13)/billing/invoice_template.json

40 lines
737 B
JSON
Raw Normal View History

2026-04-19 20:41:37 +02:00
{
"invoice_number": "",
"invoice_date": "",
"service_date": "",
"currency": "CHF",
"seller": {
"name": "",
"address_line_1": "",
"address_line_2": "",
"postal_code": "",
"city": "",
"country": "CH"
},
"customer": {
"name": "",
"company": "",
"address_line_1": "",
"address_line_2": "",
"postal_code": "",
"city": "",
"country": ""
},
"items": [
{
"description": "AZA Medical AI Assistant License",
"quantity": 1,
"unit_price": 0.0,
"tax_rate": 0.0,
"line_total": 0.0
}
],
"subtotal": 0.0,
"tax_total": 0.0,
"total": 0.0,
"payment_status": "pending",
"payment_provider": "",
"payment_reference": "",
"notes": ""
}