Show / Hide Table of Contents

Class AccountTax

The tax settings of a merchant account. All methods require the admin role.

Inheritance
object
AccountTax
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 AccountTax : IDirectResponseSchema

Properties

AccountId

Required. The ID of the account to which these account tax settings belong.

Declaration
[JsonProperty("accountId")]
public virtual ulong? AccountId { get; set; }
Property Value
Type Description
ulong?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

Identifies what kind of resource this is. Value: the fixed string "content#accountTax".

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Rules

Tax rules. Updating the tax rules will enable "US" taxes (not reversible). Defining no rules is equivalent to not charging tax at all.

Declaration
[JsonProperty("rules")]
public virtual IList<AccountTaxTaxRule> Rules { get; set; }
Property Value
Type Description
IList<AccountTaxTaxRule>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX