rejectionReason property

String? rejectionReason
getter/setter pair

Insurance document's 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.
  • "INSURANCE_AMOUNT_INSUFFICIENT" : Insurance amount doesn't meet requirement listed in the legal summaries documentation for that geographic + category ID combination.
  • "EXPIRED" : Insurance document is expired.
  • "NO_SIGNATURE" : Insurance document is missing a signature.
  • "NO_POLICY_NUMBER" : Insurance document is missing a policy number.
  • "NO_COMMERCIAL_GENERAL_LIABILITY" : Commercial General Liability(CGL) box is not marked in the insurance document.
  • "EDITABLE_FORMAT" : Insurance document is in an editable format.
  • "CATEGORY_MISMATCH" : Insurance document does not cover insurance for a particular category.
  • "MISSING_EXPIRATION_DATE" : Insurance document is missing an expiration date.
  • "POOR_QUALITY" : Insurance document is poor quality - blurry images, illegible, etc...
  • "POTENTIALLY_EDITED" : Insurance document is suspected of being edited.
  • "WRONG_DOCUMENT_TYPE" : Insurance document not accepted. For example, documents of insurance proposals, but missing coverages are not accepted.
  • "NON_FINAL" : Insurance document is not final.
  • "OTHER" : Insurance document has another flaw not listed explicitly.

Implementation

core.String? rejectionReason;