Ticket
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
टिकट के बारे में जानकारी.
JSON के काेड में दिखाना |
{
"ticketedSeat": {
object (Seat )
},
"ticketToken": {
object (TicketToken )
},
"priceAttributes": [
{
object (PriceAttribute )
}
]
} |
फ़ील्ड |
ticketedSeat |
object (Seat )
सीट की जानकारी, जैसे सेक्शन, पंक्ति या सीट नंबर.
|
ticketToken |
object (TicketToken )
टिकट टोकन, जैसे कि ई-टिकट नंबर, बार कोड या क्यूआर कोड.
|
priceAttributes[] |
object (PriceAttribute )
एक टिकट की कीमत, एक टिकट की कुल कीमत वगैरह.
|
TicketToken
टिकट की पहचान करने के लिए यूनीक टोकन.
JSON के काेड में दिखाना |
{
"eTicketNumber": string,
"barCodeUrl": string
} |
फ़ील्ड |
eTicketNumber |
string
इलेक्ट्रॉनिक टिकट नंबर.
|
barCodeUrl |
string
इवेंट के टिकट के बार/क्यूआर कोड का यूआरएल.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThe \u003ccode\u003eTicket\u003c/code\u003e object provides comprehensive information about event tickets, including seat details, ticket tokens, and pricing attributes.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTicketToken\u003c/code\u003e is a sub-object within \u003ccode\u003eTicket\u003c/code\u003e and contains unique identifiers like e-ticket numbers and bar/QR code URLs for individual tickets.\u003c/p\u003e\n"],["\u003cp\u003eTicket information is structured with \u003ccode\u003eticketedSeat\u003c/code\u003e, \u003ccode\u003eticketToken\u003c/code\u003e, and \u003ccode\u003epriceAttributes\u003c/code\u003e for seat details, unique identifiers, and pricing breakdowns, respectively.\u003c/p\u003e\n"]]],[],null,["# Ticket\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [TicketToken](#TicketToken)\n - [JSON representation](#TicketToken.SCHEMA_REPRESENTATION)\n\nInformation about the ticket.\n\n| JSON representation ||\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"ticketedSeat\": { object (/assistant/transactions/reference/physical/rest/v3/Seat) }, \"ticketToken\": { object (/assistant/transactions/reference/physical/rest/v3/Ticket#TicketToken) }, \"priceAttributes\": [ { object (/assistant/transactions/reference/physical/rest/v3/Order#PriceAttribute) } ] } ``` |\n\n| Fields ||\n|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ticketedSeat` | `object (`[Seat](/assistant/transactions/reference/physical/rest/v3/Seat)`)` Seat information, e.g. section, row or seat number. |\n| `ticketToken` | `object (`[TicketToken](/assistant/transactions/reference/physical/rest/v3/Ticket#TicketToken)`)` Ticket tokens, e.g. e-ticket number, bar code or QR code. |\n| `priceAttributes[]` | `object (`[PriceAttribute](/assistant/transactions/reference/physical/rest/v3/Order#PriceAttribute)`)` Price per ticket, subtotal per ticket, etc. |\n\nTicketToken\n-----------\n\nUnique token to identify a ticket.\n\n| JSON representation ||\n|-----------------------------------------------------------|---|\n| ``` { \"eTicketNumber\": string, \"barCodeUrl\": string } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------|\n| `eTicketNumber` | `string` Electronic ticket number. |\n| `barCodeUrl` | `string` URL of the bar/QR code of the event ticket. |"]]