AccountSuspensionWarningState
The state of an account in the suspension process.
Enums |
ACCOUNT_SUSPENSION_WARNING_STATE_UNSPECIFIED |
State is unspecified. |
WARNING |
Customer is receiving a warning about imminent suspension. |
SUSPENDED |
Customer is being notified that their account has been suspended. |
APPEAL_APPROVED |
Customer is being notified that their suspension appeal was approved. |
APPEAL_SUBMITTED |
Customer has submitted their appeal, which is pending review. |
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-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["An account in the suspension process can be in one of five states: unspecified, warning, suspended, appeal approved, or appeal submitted."],["The `WARNING` state indicates an imminent suspension, while `SUSPENDED` signifies an active account suspension."],["Customers can submit an appeal if their account is suspended, transitioning the state to `APPEAL_SUBMITTED` while pending review and `APPEAL_APPROVED` if successful."]]],["The document defines the states of an account undergoing suspension. Possible states include `WARNING`, where a customer is warned of impending suspension; `SUSPENDED`, indicating account suspension; `APPEAL_SUBMITTED`, when an appeal is pending review; and `APPEAL_APPROVED`, signifying a successful appeal. An `ACCOUNT_SUSPENSION_WARNING_STATE_UNSPECIFIED` state represents an unknown state. These states provide the key information on what phase a customer's suspension process is in.\n"]]