A API Transactions vai ser descontinuada em 3 de maio de 2023, antes da desativação das ações de conversa em 13 de junho de 2023. Para mais informações, consulte
Desativação do recurso Ações de conversa.
Ticket
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Informações sobre o ingresso.
Representação JSON |
{
"ticketedSeat": {
object (Seat )
},
"ticketToken": {
object (TicketToken )
},
"priceAttributes": [
{
object (PriceAttribute )
}
]
} |
Campos |
ticketedSeat |
object (Seat )
Informações do assento, por exemplo, seção, fileira ou número do assento.
|
ticketToken |
object (TicketToken )
Tokens de ingresso, por exemplo, número do bilhete eletrônico, código de barras ou QR code.
|
priceAttributes[] |
object (PriceAttribute )
Preço por ingresso, subtotal por ingresso etc.
|
TicketToken
Token exclusivo para identificar um tíquete.
Representação JSON |
{
"eTicketNumber": string,
"barCodeUrl": string
} |
Campos |
eTicketNumber |
string
Número da passagem eletrônica.
|
barCodeUrl |
string
URL da barra/QR code do ingresso do evento.
|
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-26 UTC.
[null,null,["Última atualização 2025-07-26 UTC."],[[["\u003cp\u003eThis document provides information about the structure and attributes of a ticket, including seat details, pricing, and unique identifiers.\u003c/p\u003e\n"],["\u003cp\u003eTickets are represented by a JSON object that includes information about the seat, a ticket token, and pricing attributes.\u003c/p\u003e\n"],["\u003cp\u003eThe TicketToken object contains an electronic ticket number and a URL for the barcode or QR code, serving as unique identifiers for the ticket.\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/df-asdk/transactions/reference/physical/rest/v3/Seat) }, \"ticketToken\": { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/Ticket#TicketToken) }, \"priceAttributes\": [ { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/Order#PriceAttribute) } ] } ``` |\n\n| Fields ||\n|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ticketedSeat` | `object (`[Seat](/assistant/df-asdk/transactions/reference/physical/rest/v3/Seat)`)` Seat information, e.g. section, row or seat number. |\n| `ticketToken` | `object (`[TicketToken](/assistant/df-asdk/transactions/reference/physical/rest/v3/Ticket#TicketToken)`)` Ticket tokens, e.g. e-ticket number, bar code or QR code. |\n| `priceAttributes[]` | `object (`[PriceAttribute](/assistant/df-asdk/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. |"]]