BusinessRegistrationCheckVerificationArtifact

  • This information details a proto holding information specific to a local services business registration check.

  • It includes fields such as registration_type, check_id, and rejection_reason.

  • The union field business_registration can contain either a registration_number or a registration_document, depending on the requirement.

A proto holding information specific to a local services business registration check.

Fields

registration_type

LocalServicesBusinessRegistrationType

Output only. The type of business registration check (number, document).

check_id

string

Output only. The id of the check, such as vat_tax_id, representing "VAT Tax ID" requirement.

rejection_reason

LocalServicesBusinessRegistrationCheckRejectionReason

Output only. Registration document rejection reason.

Union field

business_registration

business_registration. Registration information for the business registration. It will be one of the following forms based on the requirement from different countries. business_registration can be only one of the following:

registration_number

BusinessRegistrationNumber

Output only. Message storing government issued number for the business.

registration_document

BusinessRegistrationDocument

Output only. Message storing document info for the business.