Table of Contents

Class CustomerPostalAddress

Namespace
Google.Apis.Admin.Directory.directory_v1.Data
Assembly
Google.Apis.Admin.Directory.directory_v1.dll

JSON template for postal address of a customer.

public class CustomerPostalAddress : IDirectResponseSchema
Inheritance
CustomerPostalAddress
Implements
IDirectResponseSchema
Inherited Members

Constructors

CustomerPostalAddress()

public CustomerPostalAddress()

Properties

AddressLine1

A customer's physical address. The address can be composed of one to three lines.

public virtual string AddressLine1 { get; set; }

Property Value

string

AddressLine2

Address line 2 of the address.

public virtual string AddressLine2 { get; set; }

Property Value

string

AddressLine3

Address line 3 of the address.

public virtual string AddressLine3 { get; set; }

Property Value

string

ContactName

The customer contact's name.

public virtual string ContactName { get; set; }

Property Value

string

CountryCode

This is a required property. For countryCode information see the ISO 3166 country code elements.

public virtual string CountryCode { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

Locality

Name of the locality. An example of a locality value is the city of San Francisco.

public virtual string Locality { get; set; }

Property Value

string

OrganizationName

The company or company division name.

public virtual string OrganizationName { get; set; }

Property Value

string

PostalCode

The postal code. A postalCode example is a postal zip code such as 10009. This is in accordance with - http://portablecontacts.net/draft-spec.html#address_element.

public virtual string PostalCode { get; set; }

Property Value

string

Region

Name of the region. An example of a region value is NY for the state of New York.

public virtual string Region { get; set; }

Property Value

string