티켓
유형 이름: 티켓
Intangible 확장
이름 |
유형 |
설명 |
발행일 |
DateTime |
티켓이 발급된 날짜입니다. |
발급 기관 |
Organization |
티켓 또는 허가를 발급하는 조직입니다. |
priceCurrency[가격 통화] |
텍스트 |
예약 가격의 통화 (3자리 ISO 4217 형식)입니다. |
티켓 판매 좌석 |
사용 가능 라이선스 수 |
티켓과 연결된 좌석입니다. |
티켓번호 |
텍스트 |
티켓의 번호 또는 ID입니다. |
티켓 토큰 |
텍스트 또는 URL |
바코드 이미지가 사이트에서 호스팅되는 경우 입력란 값은 이미지의 URL 또는 바코드나 QR URI(예: 'barcode128:AB34'(ISO-15417 바코드), 'qrCode:AB34'(QR 코드), 'aztecCode:AB34'(Aztec 코드), 'barcodeEAN:12)CA'(CA) 1234)(CA) |
총가격 |
Number, PriceSpecification 또는 Text |
관련 세금, 배송비 등 예약 또는 티켓의 총가격입니다. |
이름 |
Organization 또는 Person |
예약이 적용되는 사용자 또는 조직입니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]