Die Transactions API wird am 3. Mai 2023 eingestellt, bevor die Konversationsaktionen am 13. Juni 2023 eingestellt werden. Weitere Informationen finden Sie unter
Einstellung von Konversationsaktionen.
TicketFulfillmentInfo
Informationen zum Erhalt von Tickets.
JSON-Darstellung |
{
"fulfillmentType": enum (Type ),
"expectedFulfillmentTime": {
object (Time )
},
"location": {
object (Location )
},
"price": {
object (PriceAttribute )
},
"fulfillmentContact": {
object (UserInfo )
}
} |
Felder |
fulfillmentType |
enum (Type )
Art der Auftragsausführung, z.B. Lieferung oder Abholung.
|
expectedFulfillmentTime |
object (Time )
Voraussichtliche Liefer- oder Abholzeit. Ein Fenster, wenn ein Zeitraum angegeben ist, oder ETA, wenn eine einzelne Zeit angegeben ist.
|
location |
object (Location )
Abhol- oder Lieferort.
|
price |
object (PriceAttribute )
Kosten dieser Option.
|
fulfillmentContact |
object (UserInfo )
Nutzerkontakt für diese Auftragsausführung.
|
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-09 (UTC).
[null,null,["Zuletzt aktualisiert: 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."]]],[]]