{
"customerId": "string",
"currencyISOCode": "string",
"products": [
{
"productId": "string",
"lineItems": [
{
"description": "string",
"quantity": 0,
"unitPrice": 0,
"taxes": [
{
"description": "string",
"taxValue": 0,
"isPercentage": true
}
],
"discounts": [
{
"description": "string",
"discountType": "string",
"discountValue": 0,
"isPercentage": true
}
]
}
],
"taxes": [
{
"description": "string",
"taxValue": 0,
"isPercentage": true
}
],
"discounts": [
{
"description": "string",
"discountType": "string",
"discountValue": 0,
"isPercentage": true
}
]
}
],
"invoiceDate": "string",
"invoiceId": "string",
"serviceAddressId": "string",
"billingAddressId": "string",
"invoiceAttributes": [
{
"attributeName": "string",
"attributeValue": "string"
}
]
}