Ticket
Typname: Ticket
Erweitert Immaterielle
Name |
Typ |
Beschreibung |
Ausstellungsdatum |
DateTime |
Das Datum, an dem das Ticket ausgestellt wurde. |
Ausgestellt von |
Organisation |
Die Organisation, die das Ticket oder die Genehmigung ausstellt. |
priceCurrency (Preiswährung) |
Text |
Die Währung (im dreistelligen ISO 4217-Format) des Reservierungspreises. |
TicketsSeat |
Sitz |
Der dem Ticket zugeordnete Sitzplatz. |
Ticketnummer |
Text |
Die Nummer oder ID des Tickets. |
TicketToken |
Text oder URL |
Wenn das Barcode-Bild auf Ihrer Website gehostet wird, ist der Wert des Felds die URL des Bildes oder ein Barcode oder QR-URI, z. B. „barcode128:AB34“ (ISO-15417-Barcodes), „qrCode:AB34“ (QR-Codes), „aztecCode:AB34“ (Aztekencodes) oder „barcodeEAN:1234“ (EAN-Codes2). |
Gesamtpreis |
Number, PriceSpecification oder Text |
Der Gesamtpreis für die Reservierung oder das Ticket, inkl. Steuern, Versand usw. |
underName (Untername) |
Organisation oder Person |
Die Person oder Organisation, für die die Reservierung gilt. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-09-03 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]