Class GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact
specific to a local services business registration check.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact : IDirectResponseSchema
Properties
CheckId
Output only. The id of the check, such as vat_tax_id, representing "VAT Tax ID" requirement.
Declaration
[JsonProperty("checkId")]
public virtual string CheckId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegistrationDocument
Output only. Message storing document info for the business.
Declaration
[JsonProperty("registrationDocument")]
public virtual GoogleAdsSearchads360V23ResourcesBusinessRegistrationDocument RegistrationDocument { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesBusinessRegistrationDocument |
RegistrationNumber
Output only. Message storing government issued number for the business.
Declaration
[JsonProperty("registrationNumber")]
public virtual GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber RegistrationNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesBusinessRegistrationNumber |
RegistrationType
Output only. The type of business registration check (number, document).
Declaration
[JsonProperty("registrationType")]
public virtual string RegistrationType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RejectionReason
Output only. Registration document rejection reason.
Declaration
[JsonProperty("rejectionReason")]
public virtual string RejectionReason { get; set; }
Property Value
| Type | Description |
|---|---|
| string |