Ticket
タイプ名: チケット
Intangible を拡張する
氏名 |
型 |
説明 |
発行日 |
DateTime |
チケットが発行された日付。 |
発行元 |
組織 |
チケットまたは許可証を発行する組織。 |
priceCurrency |
テキスト |
予約価格の通貨(3 文字の ISO 4217 形式)。 |
乗車券販売 |
座席: |
チケットに関連付けられている座席。 |
チケット番号 |
テキスト |
チケットの番号または ID。 |
チケット トークン |
テキストまたは URL |
バーコード画像がサイトでホストされている場合、フィールドの値は画像の URL、またはバーコードまたは QR URI(「barcode128:AB34」(ISO-15417 バーコード)、「qrCode:AB34」(QR コード)、「aztecCode:AB34」(Aztec コード)、「bar4EAN:13UP2.CA:13UP」(コード 12:13UP) |
totalPrice |
Number、PriceSpecification、Text |
予約またはチケットの合計金額(適用される税金や送料などを含む)。 |
UnderName |
Organization または Person |
予約の対象となる個人または組織。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-03 UTC。
[null,null,["最終更新日 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"]]