Transactions API will be deprecated on May 3, 2023, ahead of the Conversational Actions sunset on June 13, 2023. For more information, see
Conversational Actions sunset.
TicketFulfillmentInfo
Stay organized with collections
Save and categorize content based on your preferences.
Information to receive tickets.
JSON representation |
{
"fulfillmentType": enum (Type ),
"expectedFulfillmentTime": {
object (Time )
},
"location": {
object (Location )
},
"price": {
object (PriceAttribute )
},
"fulfillmentContact": {
object (UserInfo )
}
} |
Fields |
fulfillmentType |
enum (Type )
Type of the fulfillment, e.g. delivery or pickup.
|
expectedFulfillmentTime |
object (Time )
Expected delivery or pickup time. A window if a time-range is specified or ETA if single time specified.
|
location |
object (Location )
Pickup or delivery location.
|
price |
object (PriceAttribute )
Cost of this option.
|
fulfillmentContact |
object (UserInfo )
User contact for this fulfillment.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[],["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"],null,[]]