Show / Hide Table of Contents

Class DeliveryArea

A delivery area for the product. Only one of countryCode or postalCodeRange must be set.

Inheritance
object
DeliveryArea
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class DeliveryArea : IDirectResponseSchema

Properties

CountryCode

Required. The country that the product can be delivered to. Submit a unicode CLDR region such as US or CH.

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

PostalCodeRange

A postal code, postal code range or postal code prefix that defines this area. Limited to US and AUS.

Declaration
[JsonProperty("postalCodeRange")]
public virtual DeliveryAreaPostalCodeRange PostalCodeRange { get; set; }
Property Value
Type Description
DeliveryAreaPostalCodeRange

RegionCode

A state, territory, or prefecture. This is supported for the United States, Australia, and Japan. Provide a subdivision code from the ISO 3166-2 code tables (US, AU, or JP) without country prefix (for example, "NY", "NSW", "03").

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX