交易 API 將於 2023 年 5 月 3 日淘汰,並將於 2023 年 6 月 13 日淘汰。詳情請參閱「
對話動作已淘汰」。
TicketItemExtension
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
欄位 |
ticketEvent |
object (TicketEvent )
必要:與這張支援單相關的活動。
|
quantity |
number
票券數量。
|
tickets[] |
object (Ticket )
票券資訊。
|
fulfillmentInfo |
object (TicketFulfillmentInfo )
出貨方法,例如:運送方式、可退貨等項目
|
returnInfo |
object (TicketReturnInfo )
票券的退貨資訊。
|
ticketType |
string
這個明細項目中所有票券的票券類型,例如一般學生這和座位類型不同,因為學生和非學生的座位通常沒有差異。
|
TicketReturnInfo
JSON 表示法 |
{
"isReturnable": boolean,
"policyUrl": string
} |
欄位 |
isReturnable |
boolean
票券是否可退貨。
|
policyUrl |
string
退貨政策的連結。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-14 (世界標準時間)。
[[["容易理解","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 (世界標準時間)。"],[[["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."]]],[]]