Show / Hide Table of Contents

Class AccountTax

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

Inheritance
object
AccountTax
Implements
IMessage<AccountTax>
IEquatable<AccountTax>
IDeepCloneable<AccountTax>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class AccountTax : IMessage<AccountTax>, IEquatable<AccountTax>, IDeepCloneable<AccountTax>, IBufferMessage, IMessage

Constructors

AccountTax()

Declaration
public AccountTax()

AccountTax(AccountTax)

Declaration
public AccountTax(AccountTax other)
Parameters
Type Name Description
AccountTax other

Properties

Account

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

Declaration
public long Account { get; set; }
Property Value
Type Description
long

AccountTaxName

AccountTaxName-typed view over the Name resource name property.

Declaration
public AccountTaxName AccountTaxName { get; set; }
Property Value
Type Description
AccountTaxName

Name

Identifier. The name of the tax setting. Format: "{account_tax.name=accounts/{account}}"

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

TaxRules

Tax rules. "Define the tax rules in each region. No tax will be presented if a region has no rule."

Declaration
public RepeatedField<TaxRule> TaxRules { get; }
Property Value
Type Description
RepeatedField<TaxRule>
In this article
Back to top Generated by DocFX