Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kiralama, randevunun tamamlanması için rezervasyona dönüştürülür. Rezervasyonu yapan müşteri (kullanıcı) hakkındaki bilgiler yalnızca bu aşamada aktarılır.
Kiralama, rezervasyon oluşturmak için bir kez kullanıldıktan sonra kullanımdan kaldırılır ve başka rezervasyon oluşturmak için kullanılamaz.
// 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;}
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-11-26 UTC."],[[["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"]]