Show / Hide Table of Contents

Class CustomerPostalAddress

Inheritance
object
CustomerPostalAddress
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.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class CustomerPostalAddress : IDirectResponseSchema

Properties

AddressLine1

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

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

AddressLine2

Address line 2 of the address.

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

AddressLine3

Address line 3 of the address.

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

ContactName

The customer contact's name.

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

CountryCode

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

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

Locality

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

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

OrganizationName

The company or company division name.

Declaration
[JsonProperty("organizationName")]
public virtual string OrganizationName { get; set; }
Property Value
Type Description
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.

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

Region

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX