Transaction API 将于 2023 年 5 月 3 日弃用,在此之前,会话操作将于 2023 年 6 月 13 日停用。如需了解详情,请参阅
对话型 Action 停用。
Type
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
TYPE_UNKNOWN |
未知类型。 |
DELIVERY |
票将送达。 |
PICKUP |
门票需要自提。 |
ONLINE |
支持在线购票。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003e\u003ccode\u003eFulfillmentType\u003c/code\u003e is an enumeration that defines how tickets are received.\u003c/p\u003e\n"],["\u003cp\u003eThere are four fulfillment types: \u003ccode\u003eDELIVERY\u003c/code\u003e, \u003ccode\u003ePICKUP\u003c/code\u003e, \u003ccode\u003eONLINE\u003c/code\u003e, and \u003ccode\u003eTYPE_UNKNOWN\u003c/code\u003e for cases where the type isn't specified.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDELIVERY\u003c/code\u003e indicates tickets will be delivered, \u003ccode\u003ePICKUP\u003c/code\u003e means tickets must be picked up, and \u003ccode\u003eONLINE\u003c/code\u003e signifies tickets are accessible online.\u003c/p\u003e\n"]]],[],null,["# Type\n\nFulfillment type.\n\n| Enums ||\n|----------------|-------------------------------|\n| `TYPE_UNKNOWN` | Unknown type. |\n| `DELIVERY` | Tickets will be delivered. |\n| `PICKUP` | Tickets need to be picked up. |\n| `ONLINE` | Tickets available online. |"]]