Show / Hide Table of Contents

Class TaxRule.Types.TaxPostalCodeRange

A range of postal codes that defines the area.

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

Constructors

TaxPostalCodeRange()

Declaration
public TaxPostalCodeRange()

TaxPostalCodeRange(TaxPostalCodeRange)

Declaration
public TaxPostalCodeRange(TaxRule.Types.TaxPostalCodeRange other)
Parameters
Type Name Description
TaxRule.Types.TaxPostalCodeRange other

Properties

End

The end of the postal code range. Will be the same as start if not specified.

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

Start

Required. The start of the postal code range, which is also the smallest in the range.

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