// A booking for an inventory slotmessageBooking{// ID of this bookingstringbooking_id=1;// ID of the merchant for the slotstringmerchant_id=2;// ID of the merchant servicestringservice_id=3;// Start time of the appointment slotgoogle.protobuf.Timestampstart_time=4;// Duration of the appointment slotgoogle.protobuf.Durationduration=5;// Personal information of the client making the appointmentClientInformationclient_information=6;// Status of the bookingBookingStatusstatus=7;// Information about payment transactions that relate to the booking.PaymentInformationpayment_information=8;// Information about virtual session related to this booking. (optional)VirtualSessionInfovirtual_session_info=9;}
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-11-26 (世界標準時間)。"],[[["A `Booking` represents a finalized appointment and is created from a `Lease`, transferring client information during this conversion."],["`Lease` objects are retired after generating one `Booking`, preventing their reuse for further appointment scheduling."],["`Booking` includes details like booking ID, merchant and service IDs, appointment time, duration, client information, booking status, payment details, and optional virtual session data."]]],["A Lease is transformed into a Booking to confirm an appointment. Client details are transferred during this conversion. Once a Lease is used for a Booking, it becomes inactive. A Booking record includes a unique ID, merchant and service identifiers, start time, duration, client information, booking status, payment details, and optional virtual session information.\n"]]