Class Tax
The Tax of the product.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.products_v1beta.Data
Assembly: Google.Apis.Merchant.products_v1beta.dll
Syntax
public class Tax : IDirectResponseSchema
Properties
Country
The country within which the item is taxed, specified as a CLDR territory code.
Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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
[JsonProperty("locationId")]
public virtual 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
[JsonProperty("postalCode")]
public virtual string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
string |
Rate
The percentage of tax rate that applies to the item price.
Declaration
[JsonProperty("rate")]
public virtual double? Rate { get; set; }
Property Value
Type | Description |
---|---|
double? |
Region
The geographic region to which the tax rate applies.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type | Description |
---|---|
string |
TaxShip
Set to true if tax is charged on shipping.
Declaration
[JsonProperty("taxShip")]
public virtual bool? TaxShip { get; set; }
Property Value
Type | Description |
---|---|
bool? |