3 maja 2023 roku wycofamy interfejs Transakcje (przed 13 czerwca 2023 r. wycofujemy funkcje Conversational Actions). Więcej informacji znajdziesz w artykule
Wycofanie czynności konwersacyjnych.
Ticket
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Pola |
ticketedSeat |
object (Seat )
Informacje o miejscach, np. sekcji, rzędu lub miejsca.
|
ticketToken |
object (TicketToken )
Tokeny biletów, np. numer e-biletu, kod kreskowy lub kod QR
|
priceAttributes[] |
object (PriceAttribute )
Cena za bilet, suma częściowa za bilet itp.
|
TicketToken
Unikalny token do identyfikacji zgłoszenia.
Zapis JSON |
{
"eTicketNumber": string,
"barCodeUrl": string
} |
Pola |
eTicketNumber |
string
Numer biletu elektronicznego.
|
barCodeUrl |
string
URL kodu kreskowego lub kodu QR biletu na wydarzenie.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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. |"]]