Ticket
Type name: Ticket
Extends Intangible
Name |
Type |
Description |
dateIssued |
DateTime |
The date the ticket was issued. |
issuedBy |
Organization |
The organization issuing the ticket or permit. |
priceCurrency |
Text |
The currency (in 3-letter ISO 4217 format) of the Reservation's price. |
ticketedSeat |
Seat |
The seat associated with the ticket. |
ticketNumber |
Text |
The number or id of the ticket. |
ticketToken |
Text or URL |
If the barcode image is hosted on your site, the value of the field is URL of the image, or a barcode or QR URI, such as "barcode128:AB34" (ISO-15417 barcodes), "qrCode:AB34" (QR codes), "aztecCode:AB34" (Aztec codes), "barcodeEAN:1234" (EAN codes) and "barcodeUPCA:1234" (UPCA codes). |
totalPrice |
Number, PriceSpecification or Text |
The total price for the reservation or ticket, including applicable taxes, shipping, etc. |
underName |
Organization or Person |
The person or organization the reservation is for. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 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."]]],[]]