state property

String? state
getter/setter pair

Account suspension warning state. Possible string values are:

  • "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.

Implementation

core.String? state;