DigitalPurchaseCheckResult
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThis documentation details the JSON representation used for digital purchase check results.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON object includes a \u003ccode\u003eresultType\u003c/code\u003e field, which uses the \u003ccode\u003eResultType\u003c/code\u003e enum to indicate the outcome of the digital purchase check.\u003c/p\u003e\n"]]],["The core content defines the structure for a digital purchase check result using JSON. It specifies a single field, `resultType`, which is an enumeration. This field indicates the outcome of the digital purchase check. The `resultType` utilizes a predefined enumeration from the `ResultType` located at a specified url to represent the nature of the result. The structure is designed to convey the result of checking a digital purchase.\n"],null,["# DigitalPurchaseCheckResult\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nContains the check result for digital purchase.\n\n| JSON representation ||\n|----------------------------------------------------------------------------------------------------|---|\n| ``` { \"resultType\": enum (/assistant/df-asdk/reference/webhook/rest/Shared.Types/ResultType) } ``` |\n\n| Fields ||\n|--------------|-------------------------------------------------------------------------------------------------------------------------------------------|\n| `resultType` | `enum (`[ResultType](/assistant/df-asdk/reference/webhook/rest/Shared.Types/ResultType)`)` Result type for digital purchase check result. |"]]