Ticket
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Informations sur le billet.
Représentation JSON |
{
"ticketedSeat": {
object (Seat )
},
"ticketToken": {
object (TicketToken )
},
"priceAttributes": [
{
object (PriceAttribute )
}
]
} |
Champs |
ticketedSeat |
object (Seat )
Informations sur le siège, par exemple de la section, de la rangée ou du numéro de siège.
|
ticketToken |
object (TicketToken )
Jetons de tickets, par exemple numéro de billet électronique, code-barres ou code QR.
|
priceAttributes[] |
object (PriceAttribute )
Prix par billet, sous-total par billet, etc.
|
TicketToken
Jeton unique permettant d'identifier un ticket.
Représentation JSON |
{
"eTicketNumber": string,
"barCodeUrl": string
} |
Champs |
eTicketNumber |
string
Numéro de billet électronique.
|
barCodeUrl |
string
URL de la barre/du code QR du billet pour un événement.
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[null,null,["Dernière mise à jour le 2025/07/26 (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. |"]]