Bilet
Nazwa typu: Bilet
Rozszerza element niematerialny
Nazwa |
Typ |
Opis |
datedate, |
DateTime |
Data wydania biletu. |
wydane przez |
Organizacja |
Organizacja, która wydała zgłoszenie lub zezwolenie. |
priceCurrency |
tekstowy. |
Waluta ceny rezerwacji (w 3-literowym formacie ISO 4217). |
TicketedSeat |
Miejsce |
Miejsce powiązane z biletem. |
numer_bilety |
tekstowy. |
Numer lub identyfikator biletu. |
biletToken |
Tekst lub URL |
Jeśli w Twojej witrynie znajduje się obraz kodu kreskowego, wartością pola jest adres URL obrazu, kod kreskowy lub identyfikator URI kodu QR, np. „kod kreskowy128:AB34” (kody kreskowe ISO-15417), „qrCode:AB34” (kody QR), „aztecCode:AB34” (kody azteckie), „kody kreskowy:EAN:12”4 (kody kreskowe:1234) (kody kresowe:3) i 3. |
łącznacena |
Number, PriceSpecification lub Text |
Łączna cena za rezerwację lub bilet, w tym obowiązujące podatki, koszty dostawy itp. |
UnderName |
Organizacja lub Osoba |
Osoba lub organizacja, której dotyczy rezerwacja. |
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: 2024-09-03 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-03 UTC."],[[["A Ticket is a type of structured data that represents information about a ticket or reservation, including details like the issuer, price, seat, and ticket number."],["It includes properties like `dateIssued`, `issuedBy`, `priceCurrency`, `ticketedSeat`, `ticketNumber`, `ticketToken`, `totalPrice`, and `underName` to comprehensively describe the ticket."],["Ticket inherits from Intangible, signifying its nature as a non-physical entity, and can be linked to specific seats, organizations, or individuals."],["`ticketToken` supports various barcode and QR code formats, enabling visual representation and scanning of the ticket."]]],["The content describes the \"Ticket\" type, which extends \"Intangible.\" Key attributes include: `dateIssued` (date of issue), `issuedBy` (issuing organization), `priceCurrency` (currency of price), `ticketedSeat` (seat details), `ticketNumber` (ticket ID), `ticketToken` (barcode or QR code), `totalPrice` (total cost), and `underName` (person or organization for whom the ticket is for). `ticketToken` can be a URL or a barcode/QR URI. `totalPrice` can be a Number, PriceSpecification, or Text.\n"]]