Class AddressVerificationData
Display data for verifications through postcard.
Implements
Inherited Members
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? |