{
"count": 58,
"offset": 0,
"limit": 3,
"list": [
{
"date": "2019-04-20",
"product": {
"id": 24,
"name": "Double",
"productType": {
"id": 7,
"code": "ACC",
"name": "Accommodation"
}
},
"quantity": 1,
"adults": 2,
"juniors": 0,
"children": 0,
"infants": 0,
"amountAfterTax": 146,
"amountBeforeTax": 132.727273,
"amountDiscount": 0,
"amountTax": 13.272727,
"amountCommission": 0
},
{
"date": "2019-04-20",
"product": {
"id": 541,
"name": "City Tax Barcelona",
"productType": {
"id": 11,
"code": "FEE",
"name": "Fee"
}
},
"quantity": 2,
"adults": 2,
"juniors": 0,
"children": 0,
"infants": 0,
"amountAfterTax": 3,
"amountBeforeTax": 3,
"amountDiscount": 0,
"amountTax": 0,
"amountCommission": 0
},
{
"date": "2019-04-21",
"product": {
"id": 310,
"name": "Parking",
"productType": {
"id": 1,
"code": "SER",
"name": "Service"
}
},
"quantity": 4,
"adults": 4,
"juniors": 0,
"children": 0,
"infants": 0,
"amountAfterTax": 20,
"amountBeforeTax": 16.528926,
"amountDiscount": 0,
"amountTax": 3.471074,
"amountCommission": 0
}
]
} |