TicketFulfillmentInfo
Информация для получения билетов.
JSON-представление |
---|
{
"fulfillmentType": enum (Type ),
"expectedFulfillmentTime": {
object (Time )
},
"location": {
object (Location )
},
"price": {
object (PriceAttribute )
},
"fulfillmentContact": {
object (UserInfo )
}
} |
Поля |
---|
fulfillmentType | enum ( Type ) Тип выполнения, например, доставка или самовывоз. |
expectedFulfillmentTime | object ( Time ) Ожидаемое время доставки или самовывоза. Окно, если указан временной диапазон, или ETA, если указано одно время. |
location | object ( Location ) Место самовывоза или доставки. |
price | object ( PriceAttribute ) Стоимость этого варианта. |
fulfillmentContact | object ( UserInfo ) Контакт пользователя для этого выполнения. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-10-30 UTC.
[null,null,["Последнее обновление: 2024-10-30 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."]]],[]]