LicenseVerificationArtifact

  • This content describes a proto holding information specific to a local services license.

  • The fields within this proto provide details such as license type, number, licensee names, rejection reason, document information, and expiration date.

  • Most of the fields in this proto are output only, meaning they are provided for information and cannot be modified.

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"