Show / Hide Table of Contents

Class AddressVerificationData

Display data for verifications through postcard.

Inheritance
object
AddressVerificationData
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.MyBusinessVerifications.v1.Data
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class AddressVerificationData : IDirectResponseSchema

Properties

Address

Address that a postcard can be sent to.

Declaration
[JsonProperty("address")]
public virtual PostalAddress Address { get; set; }
Property Value
Type Description
PostalAddress

Business

Merchant's business name.

Declaration
[JsonProperty("business")]
public virtual string Business { 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

ExpectedDeliveryDaysRegion

Expected number of days it takes to deliver a postcard to the address's region.

Declaration
[JsonProperty("expectedDeliveryDaysRegion")]
public virtual int? ExpectedDeliveryDaysRegion { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX