تذكرة
اكتب اسمًا: التذكرة
لتوسيع غير ملموس
الاسم |
النوع |
الوصف |
تاريخ الإصدار |
DateTime |
تاريخ إصدار التذكرة. |
تم الإصدار بواسطة |
المؤسسة |
المؤسسة التي تصدر التذكرة أو التصريح. |
priceCurrency |
Text |
العملة (بالتنسيق ISO 4217 المُكوَن من 3 أحرف) لسعر الحجز. |
تذكرة لشخص واحد |
مقعد |
المقعد المرتبط بالتذكرة |
رقم التذكرة |
Text |
رقم أو معرّف التذكرة. |
رمز مميز للتذكرة |
Text أو URL |
إذا تمت استضافة صورة الرمز الشريطي على موقعك، فتكون قيمة الحقل هي عنوان URL للصورة، أو رمز شريطي أو معرف موارد منتظم للاستجابة السريعة، مثل "barcode128:AB34" (الرموز الشريطية ISO-15417) و"qrCode:AB34" (رموز QR) و"aztecCode:AB34" (رموز Aztec) و"barcodeEAN:1234" (رموز EAN) و"barcodeEAN:1234" (رموز EAN) و"barcodeEAN:1234" (رموز EAN) |
السعر الإجمالي |
Number أو PriceSpecification أو نص |
السعر الإجمالي للحجز أو التذكرة، بما في ذلك الضرائب السارية ورسوم الشحن وغيرها |
اسم مستعار |
Organization أو Person |
الشخص أو المؤسسة المُخصَّص لها الحجز. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-03 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-03 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]