Price Info Object


Properties
bookingLineItemsArray <BookingLineItem>maxItems 10

List of line items, including the number of participants and the price per participant.


depositnumberformat double

Total deposit the customer must pay when booking the service.

Available when: The service includes a deposit.


ONE OF:

calculatedPricenumber

Calculated total price. Available only when the service's price has been set up as a numerical value in the schedule.rate.labeledPriceOptions object.


priceDescriptionstring

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.

PriceInfo
JSON
{ "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" }
Did this help?