{
	"schema": "digitalefactuurstandaard.nl",
	"version": "v2023-11-1",
	"invoiceNumber": "Factuur-0000000001",
	"date": "2023-01-01",
	"deliveryDate": "2023-01-01",
	"seller": {
		"name": "Bedrijf 1",
		"street": "Dijkweg 1",
		"postcode": "6789 KL",
		"city": "",
		"countryCode": "NL",
		"country": "Nederland",
		"cOfCNumber": "Kvk-1234567890",
		"vatId": "NL-1234567890"
	},
	"buyer": {
		"name": "Bart",
		"street": "Straatweg 1",
		"postcode": "1234 AB",
		"city": "",
		"countryCode": "NL",
		"country": "Nederland",
		"cOfCNumber": "",
		"vatId": ""
	},
	"products/Services": [
		{
			"title": "T-shirt",
			"description": "Maat medium",
			"priceExcludingTax": 10.00,
			"taxTarif": "21%",
			"taxAmount": 2.10,
			"priceIncludingTax": 12.10,
			"quantity": 2,
			"totalExcludingTax": 20.00,
			"totalTaxAmount": 4.20,
			"totalIncludingTax": 24.20,
		},
		{
			"title": "Verzendkosten",
			"description": "",
			"priceExcludingTax": 5.00,
			"taxTarif": "21%",
			"taxAmount": 1.05,
			"priceIncludingTax": 6.05,
			"quantity": 1,
			"totalExcludingTax": 5.00,
			"totalTaxAmount": 1.05,
			"totalIncludingTax": 6.05,
		}
	],
	"totals": {
		"excludingTax": 25.00,
		"taxAmountPerTarif": {
			"21%": 5.25
		},
		"taxAmount": 5.25,
		"includingTax": 30.25
	}
}