Show / Hide Table of Contents

Class Region.Types.PostalCodeArea.Types.PostalCodeRange

A range of postal codes that defines the region area.

Inheritance
object
Region.Types.PostalCodeArea.Types.PostalCodeRange
Implements
IMessage<Region.Types.PostalCodeArea.Types.PostalCodeRange>
IEquatable<Region.Types.PostalCodeArea.Types.PostalCodeRange>
IDeepCloneable<Region.Types.PostalCodeArea.Types.PostalCodeRange>
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.Types.PostalCodeRange : IMessage<Region.Types.PostalCodeArea.Types.PostalCodeRange>, IEquatable<Region.Types.PostalCodeArea.Types.PostalCodeRange>, IDeepCloneable<Region.Types.PostalCodeArea.Types.PostalCodeRange>, IBufferMessage, IMessage

Constructors

PostalCodeRange()

Declaration
public PostalCodeRange()

PostalCodeRange(PostalCodeRange)

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

Properties

Begin

Required. A postal code or a pattern of the form prefix* denoting the inclusive lower bound of the range defining the area. Examples values: 94108, 9410*, 9*.

Declaration
public string Begin { get; set; }
Property Value
Type Description
string

End

Optional. A postal code or a pattern of the form prefix* denoting the inclusive upper bound of the range defining the area. It must have the same length as postalCodeRangeBegin: if postalCodeRangeBegin is a postal code then postalCodeRangeEnd must be a postal code too; if postalCodeRangeBegin is a pattern then postalCodeRangeEnd must be a pattern with the same prefix length. Optional: if not set, then the area is defined as being all the postal codes matching postalCodeRangeBegin.

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