DigitalPurchaseCheckResult
Contains the check result for digital purchase (actions.type.DigitalPurchaseCheckResult
).
JSON representation |
{
"resultType": enum (ResultType )
} |
Fields |
resultType |
enum (ResultType )
Result type for digital purchase check result.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["This documentation describes the JSON representation for digital purchase check results."],["The representation includes a `resultType` field, which indicates the result of the digital purchase check using the `ResultType` enum."],["The overall structure is used for `actions.type.DigitalPurchaseCheckResult`."]]],["The core content defines the `DigitalPurchaseCheckResult`, represented in JSON. It includes a single field, `resultType`, which is an enumeration (`ResultType`). This field indicates the outcome of a digital purchase check. The provided JSON example shows the structure as `{ \"resultType\": enum (`ResultType`) }`. The content is focused on defining this data structure.\n"]]