Class AccountTaxTaxRule
Tax calculation rule to apply in a state or province (US only).
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.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 |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
ulong? |
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 |
---|---|
string |
ShippingTaxed
If true, shipping charges are also taxed.
Declaration
[JsonProperty("shippingTaxed")]
public virtual bool? ShippingTaxed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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 |
---|---|
bool? |