Transaction API 将于 2023 年 5 月 3 日弃用,在此之前,会话操作将于 2023 年 6 月 13 日停用。如需了解详情,请参阅
对话型 Action 停用。
TicketFulfillmentInfo
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Informacje potrzebne do otrzymania biletów.
| Zapis JSON |
{
"fulfillmentType": enum (Type),
"expectedFulfillmentTime": {
object (Time)
},
"location": {
object (Location)
},
"price": {
object (PriceAttribute)
},
"fulfillmentContact": {
object (UserInfo)
}
} |
| Pola |
fulfillmentType |
enum (Type)
Typ realizacji, np. z dostawą lub odbiorem.
|
expectedFulfillmentTime |
object (Time)
Oczekiwany czas dostawy lub odbioru. Okno, jeśli został określony zakres czasu, lub szacowany czas dotarcia, jeśli został określony pojedynczy czas.
|
location |
object (Location)
Miejsce odbioru lub dostawy.
|
price |
object (PriceAttribute)
Koszt tej opcji.
|
fulfillmentContact |
object (UserInfo)
Kontakt użytkownika na potrzeby tej realizacji.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[],["The provided JSON structure defines how to represent ticket fulfillment information. Key details include `fulfillmentType` (delivery or pickup), `expectedFulfillmentTime` (time window or ETA), `location` (pickup or delivery point), `price` (cost), and `fulfillmentContact` (user contact details). These fields use specific object types and an enum for specifying the nature of the fulfillment, timing, place, price and user.\n"]]