{
"id": "<string>",
"type": "bookingaddons",
"attributes": {
"quantity": 123,
"total": 123,
"is_net_total": true,
"single_total": 123,
"charged_single_total": 123,
"charged_total": 123
},
"links": {
"self": "<string>"
},
"relationships": {
"add_on": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
},
"booking": {
"data": {
"type": "<string>",
"id": "<string>"
},
"links": {
"self": "<string>"
}
}
}
}