Biglietto
Nome del tipo: Ticket
Estende immateriale
Nome |
Tipo |
Descrizione |
dataEmesso |
DateTime |
La data di emissione del biglietto. |
emesso da |
Organizzazione |
L'organizzazione che ha emesso il biglietto o il permesso. |
priceCurrency |
Testo |
La valuta (in formato ISO 4217 di tre lettere) del prezzo della prenotazione. |
ticketedSeat |
Posto |
Il posto associato al biglietto. |
biglietto |
Testo |
Il numero o l'ID del biglietto. |
ticketToken |
Testo o URL |
Se l'immagine del codice a barre è ospitata sul tuo sito, il valore del campo è l'URL dell'immagine o un codice a barre o un URI QR, ad esempio "barcode128:AB34" (codici ISO-15417), "qrCode:AB34" (codici QR), "aztecCode:AB34" (codici Aztec), "barcodeEAN:1234" (codici EAN) (3) |
totalePrezzo |
Numero, PriceSpecification o Text |
Il prezzo totale per la prenotazione o il biglietto, incluse tasse, spese di spedizione e così via. |
nomeSotto |
Organizzazione o Persona |
La persona o l'organizzazione per cui è riservata la prenotazione. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-09-03 UTC.
[null,null,["Ultimo aggiornamento 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"]]