abuseReason property

String? abuseReason
getter/setter pair

The reason why this account is receiving an account suspension warning. Possible string values are:

  • "ACCOUNT_SUSPENSION_ABUSE_REASON_UNSPECIFIED" : Abuse reason is unspecified.
  • "TOS_VIOLATION" : This account is being suspended for a Terms of Service violation.
  • "SPAM" : This account is being suspended for spam.
  • "PHISHING" : This account is being suspended for phishing.
  • "TRAFFIC_PUMPING" : This account is being suspended for artificially boosting traffic to a website.
  • "FRAUD" : This account is being suspended for fraud.
  • "NUMBER_HARVESTING" : This account is being suspended for number harvesting.
  • "PAYMENTS_FRAUD" : This account is being suspended for payments fraud.

Implementation

core.String? abuseReason;