Class ProductTax
Inheritance
System.Object
ProductTax
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class ProductTax : 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 |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Nullable<System.Int64> |
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 |
---|---|
System.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 |
---|---|
System.Nullable<System.Double> |
Region
The geographic region to which the tax rate applies.
Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaxShip
Should be set to true if tax is charged on shipping.
Declaration
[JsonProperty("taxShip")]
public virtual bool? TaxShip { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Implements
Google.Apis.Requests.IDirectResponseSchema