سيتم إيقاف واجهة برمجة تطبيقات المعاملات في 3 أيار (مايو) 2023، قبل إيقاف ميزة "إجراءات المحادثات" في 13 حزيران (يونيو) 2023. لمزيد من المعلومات، يُرجى الاطّلاع على
إنهاء إجراءات المحادثة.
TicketFulfillmentInfo
معلومات حول كيفية استلام التذاكر
تمثيل JSON |
{
"fulfillmentType": enum (Type ),
"expectedFulfillmentTime": {
object (Time )
},
"location": {
object (Location )
},
"price": {
object (PriceAttribute )
},
"fulfillmentContact": {
object (UserInfo )
}
} |
الحقول |
fulfillmentType |
enum (Type )
نوع توصيل الطلب، على سبيل المثال: التسليم أو الاستلام.
|
expectedFulfillmentTime |
object (Time )
الوقت المتوقَّع للتسليم أو الاستلام. الإطار عند تحديد نطاق زمني أو الوقت المقدر للوصول إذا تم تحديد وقت واحد.
|
location |
object (Location )
الموقع الجغرافي لاستلام الطلب أو التسليم.
|
price |
object (PriceAttribute )
تكلفة هذا الخيار.
|
fulfillmentContact |
object (UserInfo )
معلومات اتصال المستخدم الخاصة بعملية التنفيذ هذه
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-09 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-09 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This documentation details the JSON representation for obtaining ticket information, outlining the structure and data types for fields like fulfillment type, expected time, location, price, and contact information."],["The JSON object includes fields such as `fulfillmentType`, `expectedFulfillmentTime`, `location`, `price`, and `fulfillmentContact` to comprehensively describe ticket fulfillment options."],["Each field within the JSON object links to further documentation providing detailed definitions and usage instructions, ensuring developers understand their specific roles and data types."]]],["The content outlines the JSON representation for receiving tickets, detailing the structure and fields necessary for fulfillment. Key information includes `fulfillmentType` (delivery/pickup), `expectedFulfillmentTime` (time window or ETA), `location` (pickup/delivery address), `price` (cost), and `fulfillmentContact` (user contact details). This JSON format dictates the data required to manage and execute the fulfillment process, whether it be delivery or pickup. Each field corresponds to a specific data object type.\n"]]