Transaction API 将于 2023 年 5 月 3 日弃用,在此之前,会话操作将于 2023 年 6 月 13 日停用。如需了解详情,请参阅
对话型 Action 停用。
Ticket
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
字段 |
ticketedSeat |
object (Seat )
座位信息,例如区号、排号或座位号。
|
ticketToken |
object (TicketToken )
票券令牌,例如电子票号、条形码或二维码。
|
priceAttributes[] |
object (PriceAttribute )
每张门票的价格、每张门票的小计等。
|
TicketToken
JSON 表示法 |
{
"eTicketNumber": string,
"barCodeUrl": string
} |
字段 |
eTicketNumber |
string
电子票号。
|
barCodeUrl |
string
活动门票的条形码/二维码网址。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-12。
[[["易于理解","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"]],["最后更新时间 (UTC):2024-09-12。"],[[["The `Ticket` object provides comprehensive information about event tickets, including seat details, ticket tokens, and pricing attributes."],["`TicketToken` is a sub-object within `Ticket` and contains unique identifiers like e-ticket numbers and bar/QR code URLs for individual tickets."],["Ticket information is structured with `ticketedSeat`, `ticketToken`, and `priceAttributes` for seat details, unique identifiers, and pricing breakdowns, respectively."]]],[]]