Class AddressInfo
Represents a customer’s physical address.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.loyaltycustomers_v1.Data
Assembly: Google.Apis.Merchant.loyaltycustomers_v1.dll
Syntax
public class AddressInfo : IDirectResponseSchema
Properties
City
Optional. The city of the customer.
Declaration
[JsonProperty("city")]
public virtual string City { 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 |
FamilyName
Optional. The family name of the customer.
Declaration
[JsonProperty("familyName")]
public virtual string FamilyName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GivenName
Optional. The given name of the customer.
Declaration
[JsonProperty("givenName")]
public virtual string GivenName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PostalCode
Optional. The postal code (zip code) of the customer. Format Rules: * United States: 5-digit zip codes (e.g., "94108").
Declaration
[JsonProperty("postalCode")]
public virtual string PostalCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RegionCode
Optional. The Unicode country/region code (CLDR) of the customer, such as "US" or "CH". This field is case-insensitive. For more information, see https://cldr.unicode.org/ and https://www.unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Optional. The state or province of the customer.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
| Type | Description |
|---|---|
| string |