DigitalPurchaseCheckResult
Contains the check result for digital purchase.
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 details the JSON representation used for digital purchase check results."],["The JSON object includes a `resultType` field, which uses the `ResultType` enum to indicate the outcome of the digital purchase check."]]],["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"]]