ComplyWithGuidelines
import type { ComplyWithGuidelines } from "https://googleapis.deno.dev/v1/mybusinessverifications:v1.ts";Indicates that the location fails to comply with our guidelines.
interface ComplyWithGuidelines  {
recommendationReason?: "RECOMMENDATION_REASON_UNSPECIFIED" | "BUSINESS_LOCATION_SUSPENDED" | "BUSINESS_LOCATION_DISABLED";
}