การจองแท็กซี่
ชื่อประเภท: TaxiReservation
ขยายการจอง
ชื่อ |
ประเภท |
คำอธิบาย |
ปาร์ตี้ |
Number หรือ QuantitativeValue |
จํานวนคนที่การจองควรรองรับ |
สถานที่รับ |
สถานที่ |
แท็กซี่อาจไปรับผู้โดยสารหรือรถเช่า |
เวลารับสินค้า |
DateTime |
เมื่อแท็กซี่สามารถมารับผู้โดยสารหรือรถเช่าได้ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-03 UTC
[null,null,["อัปเดตล่าสุด 2024-09-03 UTC"],[[["TaxiReservation is a type of Reservation that includes details for taxi bookings."],["It specifies the number of passengers (partySize), pickup location (pickupLocation), and pickup time (pickupTime)."],["Both pickupLocation and pickupTime utilize structured data types for specifying place and time information."]]],["The `TaxiReservation` type, extending `Reservation`, details information for booking a taxi. It includes `partySize` to specify the number of passengers. `pickupLocation` indicates the designated pickup spot, and `pickupTime` specifies the scheduled pickup time. These fields define the core data needed for the reservation, similar to booking a rental car, focusing on passenger quantity, location, and the exact moment of pickup.\n"]]