Transaction API 将于 2023 年 5 月 3 日弃用,在此之前,会话操作将于 2023 年 6 月 13 日停用。如需了解详情,请参阅
对话型 Action 停用。
PaymentParameters
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003ePayment parameters can be requested for orders using either Google Payment or Merchant Payment options.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egooglePaymentOption\u003c/code\u003e field provides details for using Google's payment system.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003emerchantPaymentOption\u003c/code\u003e field allows for payment methods managed by the Action or Merchant directly.\u003c/p\u003e\n"]]],[],null,["# PaymentParameters\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nParameters for requesting payment associated with an order.\n\n| JSON representation ||\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---|\n| ``` { \"googlePaymentOption\": { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/GooglePaymentOption) }, \"merchantPaymentOption\": { object (/assistant/df-asdk/transactions/reference/physical/rest/v3/MerchantPaymentOption) } } ``` |\n\n| Fields ||\n|-------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `googlePaymentOption` | `object (`[GooglePaymentOption](/assistant/df-asdk/transactions/reference/physical/rest/v3/GooglePaymentOption)`)` Info for requesting payment info from google. |\n| `merchantPaymentOption` | `object (`[MerchantPaymentOption](/assistant/df-asdk/transactions/reference/physical/rest/v3/MerchantPaymentOption)`)` Info for payment methods provided by Action/Merchant. |"]]