Transactions API のサポートは 2023 年 6 月 13 日に終了します。2023 年 5 月 3 日に終了します。詳細については、
会話型アクションの廃止をご覧ください。
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
返品に関するポリシーへのリンク。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-28 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"]],["最終更新日 2025-07-28 UTC。"],[[["\u003cp\u003e\u003ccode\u003eTicketReturnInfo\u003c/code\u003e provides details on the return policy and whether tickets are returnable.\u003c/p\u003e\n"],["\u003cp\u003eTickets are represented as line items containing information about the event, quantity, type, fulfillment, and return details.\u003c/p\u003e\n"],["\u003cp\u003eThe schema includes fields for event details, ticket quantity, individual ticket information, fulfillment information, return information, and ticket type.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTicketReturnInfo\u003c/code\u003e includes a boolean indicating if the ticket is returnable and a URL linking to the return policy.\u003c/p\u003e\n"]]],[],null,[]]