DigitalPurchaseCheckResult
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Содержит результат проверки цифровой покупки ( actions.type.DigitalPurchaseCheckResult
).
JSON-представление |
---|
{
"resultType": enum (ResultType )
} |
Поля |
---|
resultType | enum ( ResultType ) Тип результата для результата проверки цифровой покупки. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003eThis documentation describes the JSON representation for digital purchase check results.\u003c/p\u003e\n"],["\u003cp\u003eThe representation includes a \u003ccode\u003eresultType\u003c/code\u003e field, which indicates the result of the digital purchase check using the \u003ccode\u003eResultType\u003c/code\u003e enum.\u003c/p\u003e\n"],["\u003cp\u003eThe overall structure is used for \u003ccode\u003eactions.type.DigitalPurchaseCheckResult\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# DigitalPurchaseCheckResult\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nContains the check result for digital purchase (`actions.type.DigitalPurchaseCheckResult`).\n\n| JSON representation ||\n|-----------------------------------------------|---|\n| ``` { \"resultType\": enum (`ResultType`) } ``` |\n\n| Fields ||\n|--------------|------------------------------------------------------------------------|\n| `resultType` | `enum (``ResultType``)` Result type for digital purchase check result. |"]]