[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`BookingStatus` is an enumeration used to represent the status of a booking."],["The `BookingStatus` enum includes values for confirmed, canceled, no-show, and penalized no-show bookings, among others."],["Updating a booking's status does not affect the status of its associated payment."],["Prepayment statuses are handled separately using the `PrepaymentStatus` enum."]]],["The `BookingStatus` enum defines the state of a booking, independent of payment status. Key statuses include `CONFIRMED`, `CANCELED` (user-initiated, allowing manual refunds), `NO_SHOW` (user missed the appointment), and `NO_SHOW_PENALIZED` (missed appointment violating cancellation policy). Prepayment status changes are handled separately. Updating a booking status doesn't modify the associated payment status. `BOOKING_STATUS_UNSPECIFIED` indicates an undefined state.\n"]]