La API de Transactions se dará de baja el 3 de mayo de 2023, antes de la baja de Conversational Actions el 13 de junio de 2023. Para obtener más información, consulta
Eliminación de acciones en conversaciones.
Ticket
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Información sobre el boleto.
Representación JSON |
{
"ticketedSeat": {
object (Seat )
},
"ticketToken": {
object (TicketToken )
},
"priceAttributes": [
{
object (PriceAttribute )
}
]
} |
Campos |
ticketedSeat |
object (Seat )
Información del asiento, p.ej., sección, fila o número de asiento.
|
ticketToken |
object (TicketToken )
Tokens de ticket, p.ej., número de boleto electrónico, código de barras o código QR.
|
priceAttributes[] |
object (PriceAttribute )
Precio por entrada, subtotal por entrada, etcétera
|
TicketToken
Token único para identificar un ticket
Representación JSON |
{
"eTicketNumber": string,
"barCodeUrl": string
} |
Campos |
eTicketNumber |
string
Número de ticket electrónico.
|
barCodeUrl |
string
URL del código de barras o código QR de la entrada del evento.
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 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. |"]]