Show / Hide Table of Contents

Class Address

JSON template for address of a customer.

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

Properties

AddressLine1

A customer's physical address. An address can be composed of one to three lines. The addressline2 and addressLine3 are optional.

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

AddressLine2

Line 2 of the address.

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

AddressLine3

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. This is required.

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

CountryCode

For countryCode information, see the ISO 3166 country code elements. Verify that country is approved for resale of Google products. This property is required when creating a new customer.

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

Kind

Identifies the resource as a customer address. Value: customers#address

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

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. This is required.

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

PostalCode

A postalCode example is a postal zip code such as 94043. This property is required when creating a new customer.

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

Region

An example of a region value is CA for the state of California.

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