Class TaxRule.Types.TaxPostalCodeRange
A range of postal codes that defines the area.
Implements
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 |