TicketItemExtension
bookmark_borderbookmark
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เนื้อหาบรรทัดรายการสำหรับคำสั่งซื้อตั๋ว เช่น ภาพยนตร์ กีฬา ฯลฯ
ช่อง |
ticketEvent |
object (TicketEvent )
ต้องระบุ: กิจกรรมเชื่อมต่อกับตั๋วนี้
|
quantity |
number
จำนวนตั๋ว
|
tickets[] |
object (Ticket )
ข้อมูลตั๋ว
|
fulfillmentInfo |
object (TicketFulfillmentInfo )
วิธีการดำเนินการตามคำสั่งซื้อ เช่น วิธีการแสดงโฆษณา การคืนสินค้า (returnable) และอื่นๆ
|
returnInfo |
object (TicketReturnInfo )
ข้อมูลการคืนสินค้าของตั๋ว
|
ticketType |
string
ประเภทตั๋วสำหรับตั๋วทั้งหมดในรายการโฆษณานี้ เช่น ปกติ นักเรียน ซึ่งแตกต่างจากประเภทใบอนุญาตที่มี เนื่องจากมักจะไม่มีความแตกต่างระหว่างที่นั่งของนักเรียนกับที่นั่งที่ไม่ใช่นักเรียน เป็นต้น
|
TicketReturnInfo
ข้อมูลเกี่ยวกับวิธีส่งคืนตั๋ว
การแสดง JSON |
{
"isReturnable": boolean,
"policyUrl": string
} |
ช่อง |
isReturnable |
boolean
สามารถคืนตั๋วได้หรือไม่
|
policyUrl |
string
ลิงก์ไปยังนโยบายคืนสินค้า
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-10-14 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2024-10-14 UTC"],[[["This document outlines the JSON representation and fields for ticket order line items, including details about the event, quantity, fulfillment, and ticket type."],["Each ticket line item includes information about the associated event, the number of tickets, ticket details, fulfillment information, return information, and ticket type."],["`TicketReturnInfo` provides information on whether tickets are returnable and a link to the return policy, represented by the `isReturnable` and `policyUrl` fields respectively."]]],[]]