oms-Billing/tests/Models/bills/9.json
Dennis Eichhorn 0722a5dea0
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:04 +00:00

26 lines
564 B
JSON

{
"invoice_number": "INV0041-1",
"grossSales": 56283100,
"netSales": 52601000,
"tax_amount": 3939800,
"tax_rate": 70000,
"bill_date": "2022-02-20",
"delivery_date": "",
"service_date": "",
"due_date": "2022-02-27",
"vat_id": "",
"tax_id": "",
"address": {
"name": "Company ABC",
"address": "Some Street 4",
"city": "12345 Rome",
"country": ""
},
"iban": "",
"elements": [],
"language": "en",
"currency": "USD",
"email": "",
"website": "",
"phone": ""
}