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\u003eThis document provides information about the structure and attributes of a ticket, including seat details, pricing, and unique identifiers.\u003c/p\u003e\n"],["\u003cp\u003eTickets are represented by a JSON object that includes information about the seat, a ticket token, and pricing attributes.\u003c/p\u003e\n"],["\u003cp\u003eThe TicketToken object contains an electronic ticket number and a URL for the barcode or QR code, serving as unique identifiers for the ticket.\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/df-asdk/transactions/reference/physical/rest/v3/Seat) }, \"ticketToken\": { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/Ticket#TicketToken) }, \"priceAttributes\": [ { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/Order#PriceAttribute) } ] } ``` |\n\n| Fields ||\n|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `ticketedSeat` | `object (`[Seat](/assistant/df-asdk/transactions/reference/physical/rest/v3/Seat)`)` Seat information, e.g. section, row or seat number. |\n| `ticketToken` | `object (`[TicketToken](/assistant/df-asdk/transactions/reference/physical/rest/v3/Ticket#TicketToken)`)` Ticket tokens, e.g. e-ticket number, bar code or QR code. |\n| `priceAttributes[]` | `object (`[PriceAttribute](/assistant/df-asdk/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. |"]]