Ticket
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
JSON-представление |
---|
{
"ticketedSeat": {
object (Seat )
},
"ticketToken": {
object (TicketToken )
},
"priceAttributes": [
{
object (PriceAttribute )
}
]
} |
Поля |
---|
ticketedSeat | object ( Seat ) Информация о месте, например секция, ряд или номер места. |
ticketToken | object ( TicketToken ) Жетоны билетов, например номер электронного билета, штрих-код или QR-код. |
priceAttributes[] | object ( PriceAttribute ) Цена за билет, промежуточная сумма за билет и т. д. |
БилетТокен
Уникальный токен для идентификации билета.
JSON-представление |
---|
{
"eTicketNumber": string,
"barCodeUrl": string
} |
Поля |
---|
eTicketNumber | string Номер электронного билета. |
barCodeUrl | string URL-адрес штрих-/QR-кода билета на мероприятие. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTicket\u003c/code\u003e object provides comprehensive information about event tickets, including seat details, ticket tokens, and pricing attributes.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTicketToken\u003c/code\u003e is a sub-object within \u003ccode\u003eTicket\u003c/code\u003e and contains unique identifiers like e-ticket numbers and bar/QR code URLs for individual tickets.\u003c/p\u003e\n"],["\u003cp\u003eTicket information is structured with \u003ccode\u003eticketedSeat\u003c/code\u003e, \u003ccode\u003eticketToken\u003c/code\u003e, and \u003ccode\u003epriceAttributes\u003c/code\u003e for seat details, unique identifiers, and pricing breakdowns, respectively.\u003c/p\u003e\n"]]],[],null,["# Ticket\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [TicketToken](#TicketToken)\n - [JSON representation](#TicketToken.SCHEMA_REPRESENTATION)\n\nInformation about the ticket.\n\n| JSON representation ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"ticketedSeat\": { object (/assistant/transactions/reference/physical/rest/v3/Seat) }, \"ticketToken\": { object (/assistant/transactions/reference/physical/rest/v3/Ticket#TicketToken) }, \"priceAttributes\": [ { object (/assistant/transactions/reference/physical/rest/v3/Order#PriceAttribute) } ] } ``` |\n\n| Fields ||\n|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ticketedSeat` | `object (`[Seat](/assistant/transactions/reference/physical/rest/v3/Seat)`)` Seat information, e.g. section, row or seat number. |\n| `ticketToken` | `object (`[TicketToken](/assistant/transactions/reference/physical/rest/v3/Ticket#TicketToken)`)` Ticket tokens, e.g. e-ticket number, bar code or QR code. |\n| `priceAttributes[]` | `object (`[PriceAttribute](/assistant/transactions/reference/physical/rest/v3/Order#PriceAttribute)`)` Price per ticket, subtotal per ticket, etc. |\n\nTicketToken\n-----------\n\nUnique token to identify a ticket.\n\n| JSON representation ||\n|-----------------------------------------------------------|---|\n| ``` { \"eTicketNumber\": string, \"barCodeUrl\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------|\n| `eTicketNumber` | `string` Electronic ticket number. |\n| `barCodeUrl` | `string` URL of the bar/QR code of the event ticket. |"]]