Transactions API will be deprecated on May 3, 2023, ahead of the Conversational Actions sunset on June 13, 2023. For more information, see
Conversational Actions sunset.
TicketItemExtension
Stay organized with collections
Save and categorize content based on your preferences.
Line item contents for ticket orders like movie, sports etc.
Fields |
ticketEvent |
object (TicketEvent )
Required: The event connected to this ticket.
|
quantity |
number
Number of tickets.
|
tickets[] |
object (Ticket )
Ticket info.
|
fulfillmentInfo |
object (TicketFulfillmentInfo )
Fulfillment method, e.g. delivery method, returnable etc.
|
returnInfo |
object (TicketReturnInfo )
The return information of the tickets.
|
ticketType |
string
Ticket type for all tickets in this lineitem, e.g. regular, student. This is different from seat types because for example, there's usually no difference between student and non-student seats.
|
TicketReturnInfo
Information about how to return tickets.
JSON representation |
{
"isReturnable": boolean,
"policyUrl": string
} |
Fields |
isReturnable |
boolean
Whether tickets are returnable.
|
policyUrl |
string
Link to the return policy.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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."]]],[]]