rejectionReason property

String? rejectionReason
getter/setter pair

License rejection reason.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "BUSINESS_NAME_MISMATCH" : Business name doesn't match business name for the Local Services Ad.
  • "UNAUTHORIZED" : License is unauthorized or been revoked.
  • "EXPIRED" : License is expired.
  • "POOR_QUALITY" : License is poor quality - blurry images, illegible, etc...
  • "UNVERIFIABLE" : License cannot be verified due to a not legitimate image.
  • "WRONG_DOCUMENT_OR_ID" : License is not the requested document type or contains an invalid ID.
  • "OTHER" : License has another flaw not listed explicitly.

Implementation

core.String? rejectionReason;