State
Different values of enum State.
Enums |
STATE_UNSPECIFIED |
State is not known. |
APPROVED |
If the account has no issues and review is completed successfully. |
DISAPPROVED |
There are one or more issues that needs to be resolved for account to be active for the program. Detailed list of account issues are available in accountstatuses API. |
WARNING |
If account has issues but offers are servable. Some of the issue can make account DISAPPROVED after a certain deadline. |
UNDER_REVIEW |
Account is under review. |
PENDING_REVIEW |
Account is waiting for review to start. |
ONBOARDING |
Program is currently onboarding. Upload valid offers to complete onboarding. |
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-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["The `State` enum describes the different operational statuses an account can have within a program."],["Accounts can be `APPROVED`, `DISAPPROVED`, `WARNING`, `UNDER_REVIEW`, `PENDING_REVIEW`, or `ONBOARDING`, in addition to an unspecified state."],["`DISAPPROVED` accounts have critical issues requiring resolution, detailed in the `accountstatuses` API, while `WARNING` accounts have issues that may lead to disapproval later."],["`ONBOARDING` accounts need valid offers uploaded to complete the onboarding process."]]],[]]