Type
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
TYPE_UNSPECIFIED |
未指定操作。 |
VIEW_DETAILS |
查看订单详情操作。 |
MODIFY |
修改订单操作。 |
CANCEL |
取消订单操作。 |
RETURN |
退货订单操作。 |
EXCHANGE |
换货订单操作。 |
EMAIL |
电子邮件操作。EMAIL 和 CALL 类型已弃用。openUrlAction.url 可用作电话号码或电子邮件地址。 |
CALL |
致电操作。 |
REORDER |
重新排序操作。 |
REVIEW |
查看订单操作。 |
CUSTOMER_SERVICE |
请与客户服务团队联系。 |
FIX_ISSUE |
要解决此问题,请直接转到商家网站或应用。 |
DIRECTION |
路线链接。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-28。
[null,null,["最后更新时间 (UTC):2025-07-28。"],[[["\u003cp\u003eThe table outlines potential follow-up actions related to orders, such as viewing details, modifying, canceling, returning, or exchanging.\u003c/p\u003e\n"],["\u003cp\u003eDeprecated actions like EMAIL and CALL are replaced by a more versatile openUrlAction with a URL field for phone numbers or emails.\u003c/p\u003e\n"],["\u003cp\u003eAdditional actions include reordering, reviewing, contacting customer service, addressing issues, and accessing directions.\u003c/p\u003e\n"]]],["The provided content defines possible follow-up actions related to orders, categorized as enums. These actions include viewing order details, modifying, canceling, returning, exchanging, and reordering. Other actions encompass reviewing, contacting customer service, fixing issues, and obtaining directions. Email and call actions are deprecated, replaced by using a URL for phone numbers or email addresses. The actions are represented by `TYPE_UNSPECIFIED`, `VIEW_DETAILS`, `MODIFY`, `CANCEL`, `RETURN`, `EXCHANGE`, `REORDER`, `REVIEW`, `CUSTOMER_SERVICE`, `FIX_ISSUE` and `DIRECTION`.\n"],null,["# Type\n\nPossible follow-up actions.\n\n| Enums ||\n|--------------------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| `TYPE_UNSPECIFIED` | Unspecified action. |\n| `VIEW_DETAILS` | View order details action. |\n| `MODIFY` | Modify order action. |\n| `CANCEL` | Cancel order action. |\n| `RETURN` | Return order action. |\n| `EXCHANGE` | Exchange order action. |\n| `EMAIL` | email action. EMAIL and CALL types are deprecated. openUrlAction.url can be used as a phone-number or an email. | This item is deprecated! |\n| `CALL` | Call action. | This item is deprecated! |\n| `REORDER` | Reorder action. |\n| `REVIEW` | Review order action. |\n| `CUSTOMER_SERVICE` | Contact customer service. |\n| `FIX_ISSUE` | Direct to merchant site or app to fix the issue. |\n| `DIRECTION` | Direction link. |"]]