Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact

specific to a local services business registration check.

Inheritance
object
GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX