Show / Hide Table of Contents

Class Region.Types.PostalCodeArea

A list of postal codes that defines the region area. Note: All regions defined using postal codes are accessible through the account's ShippingSettings.postalCodeGroups resource.

Inheritance
object
Region.Types.PostalCodeArea
Implements
IMessage<Region.Types.PostalCodeArea>
IEquatable<Region.Types.PostalCodeArea>
IDeepCloneable<Region.Types.PostalCodeArea>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class Region.Types.PostalCodeArea : IMessage<Region.Types.PostalCodeArea>, IEquatable<Region.Types.PostalCodeArea>, IDeepCloneable<Region.Types.PostalCodeArea>, IBufferMessage, IMessage

Constructors

PostalCodeArea()

Declaration
public PostalCodeArea()

PostalCodeArea(PostalCodeArea)

Declaration
public PostalCodeArea(Region.Types.PostalCodeArea other)
Parameters
Type Name Description
Region.Types.PostalCodeArea other

Properties

PostalCodes

Required. A range of postal codes.

Declaration
public RepeatedField<Region.Types.PostalCodeArea.Types.PostalCodeRange> PostalCodes { get; }
Property Value
Type Description
RepeatedField<Region.Types.PostalCodeArea.Types.PostalCodeRange>

RegionCode

Required. CLDR territory code or the country the postal code group applies to.

Declaration
public string RegionCode { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX