Show / Hide Table of Contents

Class Tax

The Tax of the product.

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

Constructors

Tax()

Declaration
public Tax()

Tax(Tax)

Declaration
public Tax(Tax other)
Parameters
Type Name Description
Tax other

Properties

Country

The country within which the item is taxed, specified as a CLDR territory code.

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

LocationId

The numeric ID of a location that the tax rate applies to as defined in the AdWords API.

Declaration
public long LocationId { get; set; }
Property Value
Type Description
long

PostalCode

The postal code range that the tax rate applies to, represented by a ZIP code, a ZIP code prefix using * wildcard, a range between two ZIP codes or two ZIP code prefixes of equal length. Examples: 94114, 94*, 94002-95460, 94-95.

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

Rate

The percentage of tax rate that applies to the item price.

Declaration
public double Rate { get; set; }
Property Value
Type Description
double

Region

The geographic region to which the tax rate applies.

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

TaxShip

Set to true if tax is charged on shipping.

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