{
"id": "string",
"ticketNumber": "string",
"vehicle": {
"vehicleType": "motorcycle",
"plateNumber": "string",
"vehicleModel": "string",
"vehicleColor": "string"
},
"priceTableId": "string",
"status": "created",
"release": {
"releaseValidUntil": "2019-08-24T14:15:22.123Z",
"releaserType": "user",
"releaserId": "string",
"releaseAt": "2019-08-24T14:15:22.123Z"
},
"transactions": [
{
"id": "string",
"amount": {
"amount": 0,
"currency": "string"
},
"type": "payment",
"method": "credit-card",
"paidAt": "2019-08-24T14:15:22.123Z",
"isCanceled": true,
"cancelReason": "string",
"canceledAt": "2019-08-24T14:15:22.123Z"
}
],
"location": {
"id": "string",
"locationId": "string",
"purchaseAmount": {
"amount": 0,
"currency": "string"
},
"receiptNumber": "string",
"validatedAt": "2019-08-24T14:15:22.123Z"
},
"amountToPay": {
"amount": 0,
"currency": "string"
},
"issuerType": "user",
"issuerId": "string",
"checkIn": "2019-08-24T14:15:22.123Z",
"checkOut": "2019-08-24T14:15:22.123Z",
"releasedUntil": "2019-08-24T14:15:22.123Z",
"entryGateId": "string",
"exitGateId": "string",
"charge": {
"history": [
{
"start": "2019-08-24T14:15:22.123Z",
"end": "2019-08-24T14:15:22.123Z",
"value": {
"amount": 0,
"currency": "string"
},
"type": "timed",
"wasExcluded": true
}
],
"finalAmount": {
"amount": 0,
"currency": "string"
}
},
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}