Class AccountTaxTaxRule
Tax calculation rule to apply in a state or province (USA only).
Inheritance
System.Object
AccountTaxTaxRule
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 AccountTaxTaxRule : IDirectResponseSchema
Properties
Country
Country code in which tax is applicable.
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
Required. State (or province) is which the tax is applicable, described by its location ID (also called criteria ID).
Declaration
[JsonProperty("locationId")]
public virtual ulong? LocationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.UInt64> |
RatePercent
Explicit tax rate in percent, represented as a floating point number without the percentage character. Must not be negative.
Declaration
[JsonProperty("ratePercent")]
public virtual string RatePercent { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShippingTaxed
If true, shipping charges are also taxed.
Declaration
[JsonProperty("shippingTaxed")]
public virtual bool? ShippingTaxed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
UseGlobalRate
Whether the tax rate is taken from a global tax table or specified explicitly.
Declaration
[JsonProperty("useGlobalRate")]
public virtual bool? UseGlobalRate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Implements
Google.Apis.Requests.IDirectResponseSchema