Show / Hide Table of Contents

Class Address

Address data.

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

Properties

Address1

First line of address. Max length 64 bytes or 30 characters.

Declaration
[JsonProperty("address1")]
public virtual string Address1 { get; set; }
Property Value
Type Description
string

Address2

Second line of address. Max length 64 bytes or 30 characters.

Declaration
[JsonProperty("address2")]
public virtual string Address2 { get; set; }
Property Value
Type Description
string

City

City. Max length 60 bytes or 30 characters.

Declaration
[JsonProperty("city")]
public virtual string City { get; set; }
Property Value
Type Description
string

Company

Name of the company. Max length 255 bytes or 34 characters.

Declaration
[JsonProperty("company")]
public virtual string Company { get; set; }
Property Value
Type Description
string

Contact

Contact name of the company. Max length 128 bytes or 34 characters.

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

Fax

Fax number with international code (i.e. +441234567890).

Declaration
[JsonProperty("fax")]
public virtual string Fax { get; set; }
Property Value
Type Description
string

Phone

Phone number with international code (i.e. +441234567890).

Declaration
[JsonProperty("phone")]
public virtual string Phone { get; set; }
Property Value
Type Description
string

RegionCode

Country/Region code. The region is specified as a CLDR region code (e.g. "US", "FR").

Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type Description
string

State

State. Max length 60 bytes or 30 characters.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Zip

Zip/post code. Max length 10 bytes or 10 characters.

Declaration
[JsonProperty("zip")]
public virtual string Zip { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX