Class Address
Shipping address of the warehouse.
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class Address : IMessage<Address>, IEquatable<Address>, IDeepCloneable<Address>, IBufferMessage, IMessage
Constructors
Address()
Declaration
public Address()
Address(Address)
Declaration
public Address(Address other)
Parameters
Type | Name | Description |
---|---|---|
Address | other |
Properties
AdministrativeArea
Required. Top-level administrative subdivision of the country. For example, a state like California ("CA") or a province like Quebec ("QC").
Declaration
public string AdministrativeArea { get; set; }
Property Value
Type | Description |
---|---|
string |
City
Required. City, town or commune. May also include dependent localities or sublocalities (For example neighborhoods or suburbs).
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
string |
HasAdministrativeArea
Gets whether the "administrative_area" field is set
Declaration
public bool HasAdministrativeArea { get; }
Property Value
Type | Description |
---|---|
bool |
HasCity
Gets whether the "city" field is set
Declaration
public bool HasCity { get; }
Property Value
Type | Description |
---|---|
bool |
HasPostalCode
Gets whether the "postal_code" field is set
Declaration
public bool HasPostalCode { get; }
Property Value
Type | Description |
---|---|
bool |
HasRegionCode
Gets whether the "region_code" field is set
Declaration
public bool HasRegionCode { get; }
Property Value
Type | Description |
---|---|
bool |
HasStreetAddress
Gets whether the "street_address" field is set
Declaration
public bool HasStreetAddress { get; }
Property Value
Type | Description |
---|---|
bool |
PostalCode
Required. Postal code or ZIP (For example "94043").
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
string |
RegionCode
Required. CLDR country code (For example "US").
Declaration
public string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |
StreetAddress
Street-level part of the address. For example: 111w 31st Street
.
Declaration
public string StreetAddress { get; set; }
Property Value
Type | Description |
---|---|
string |