Transactions API tidak akan digunakan lagi mulai 3 Mei 2023, sebelum penghentian Percakapan Percakapan pada 13 Juni 2023. Untuk mengetahui informasi selengkapnya, lihat
Penghentian Action Percakapan.
TicketFulfillmentInfo
Informasi untuk menerima tiket.
Representasi JSON |
{
"fulfillmentType": enum (Type ),
"expectedFulfillmentTime": {
object (Time )
},
"location": {
object (Location )
},
"price": {
object (PriceAttribute )
},
"fulfillmentContact": {
object (UserInfo )
}
} |
Kolom |
fulfillmentType |
enum (Type )
Jenis pemenuhan pesanan, mis. pengiriman atau pengambilan.
|
expectedFulfillmentTime |
object (Time )
Perkiraan waktu pengiriman atau pengambilan. Jendela jika rentang waktu ditentukan, atau PWT jika satu waktu ditentukan.
|
location |
object (Location )
Lokasi pengambilan atau pengiriman.
|
price |
object (PriceAttribute )
Biaya opsi ini.
|
fulfillmentContact |
object (UserInfo )
Kontak pengguna untuk fulfillment ini.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-09-09 UTC.
[null,null,["Terakhir diperbarui pada 2024-09-09 UTC."],[[["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"]]