40 lines
737 B
JSON
40 lines
737 B
JSON
|
|
{
|
||
|
|
"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": ""
|
||
|
|
}
|