List of line items, including the number of participants and the price per participant.
Total deposit the customer must pay when booking the service.
Available when: The service includes a deposit.
Calculated total price. Available only when the
service's
price has been set up as a numerical value in the
schedule.rate.labeledPriceOptions
object.
Description of the total price. Available only when the
service's
price has been set up as a text value in the
schedule.rate.priceText
property.
{
"bookingLineItems": [
{
"serviceId": "dae13fbb-4314-4b1c-990d-1d82c280cb2f",
"resourceId": "76570209-101f-409b-af97-b445bdb63125",
"choices": [
{
"optionId": "68ea3e36-4a40-461d-81ef-349499d51c74",
"custom": "Adults"
}
],
"numberOfParticipants": 2,
"pricePerParticipant": 16.0
},
{
"serviceId": "dae13fbb-4314-4b1c-990d-1d82c280cb2f",
"resourceId": "76570209-101f-409b-af97-b445bdb63125",
"choices": [
{
"optionId": "68ea3e36-4a40-461d-81ef-349499d51c74",
"custom": "Child"
}
],
"numberOfParticipants": 3,
"pricePerParticipant": 14.0
}
],
"calculatedPrice": 74.0,
"currency": "EUR"
}