rejectionReason property

String? rejectionReason
getter/setter pair

Registration document 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.
  • "BUSINESS_DETAILS_MISMATCH" : Business details mismatch.
  • "ID_NOT_FOUND" : Business registration ID not found.
  • "POOR_DOCUMENT_IMAGE_QUALITY" : Uploaded document not clear, blurry, etc.
  • "DOCUMENT_EXPIRED" : Uploaded document has expired.
  • "DOCUMENT_INVALID" : Document revoked or annuled.
  • "DOCUMENT_TYPE_MISMATCH" : Document type mismatch.
  • "DOCUMENT_UNVERIFIABLE" : Uploaded document could not be verified as legitimate.
  • "OTHER" : The business registration process could not be completed due to an issue. Contact https://support.google.com/localservices to learn more.

Implementation

core.String? rejectionReason;