Show / Hide Table of Contents

Class AccountTaxTaxRule

Tax calculation rule to apply in a state or province (US only).

Inheritance
object
AccountTaxTaxRule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX