{
"totalForStores": [
{
"storePublicId": "string",
"storeExternalId": "string",
"totalAmount": 42,
"totalForTaxGroups": [
{
"taxGroup": "string",
"totalAmount": 42
}
],
"totalForPaymentMethod": [
{
"paymentMethod": "string",
"totalAmount": 42
}
],
"totalForOrderReferences": [
{
"orderReference": "string",
"totalAmount": 42,
"totalForTaxGroups": [
{
"taxGroup": "string",
"totalAmount": 42
}
],
"totalForPaymentMethod": [
{
"paymentMethod": "string",
"totalAmount": 42
}
],
"totalForProductGroup": [
{
"productGroup": "string",
"totalAmount": 42,
"tax": 42
}
]
}
],
"totalForProductGroups": [
{
"productGroup": "string",
"totalAmount": 42,
"tax": 42
}
]
}
]
}