BusinessRegistrationCheckVerificationArtifact
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[null,null,["Last updated 2024-11-25 UTC."],[[["A proto for local services business registration checks, containing information about the registration type, check ID, and rejection reason."],["Includes a union field 'business_registration' which provides details about either a registration number or a registration document depending on the requirements."],["The proto stores data like the government-issued business number or document information relevant for registration checks."],["This information is utilized for verification and compliance purposes in local services business registration processes."]]],[]]