LicenseVerificationArtifact

  • This proto holds information specific to a local services license.

  • Key fields include license type, number, licensee name, rejection reason, document details, and expiration date.

  • All fields within this proto are output only, providing details about an existing license.

A proto holding information specific to a local services license.

Fields

license_type

string

Output only. License type / name.

license_number

string

Output only. License number.

licensee_first_name

string

Output only. First name of the licensee.

licensee_last_name

string

Output only. Last name of the licensee.

rejection_reason

LocalServicesLicenseRejectionReason

Output only. License rejection reason.

license_document_readonly

LocalServicesDocumentReadOnly

Output only. The readonly field containing the information for an uploaded license document.

expiration_date_time

string

Output only. The timestamp when this license expires. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"