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.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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 |