Class: Google::Shopping::Merchant::Accounts::V1beta::AccountTax

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/merchant/accounts/v1beta/account_tax.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#account::Integer (readonly)

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

Returns:

  • (::Integer)

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



39
40
41
42
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/account_tax.rb', line 39

class AccountTax
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

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

Returns:

  • (::String)

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



39
40
41
42
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/account_tax.rb', line 39

class AccountTax
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tax_rules::Array<::Google::Shopping::Merchant::Accounts::V1beta::TaxRule>

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

Returns:



39
40
41
42
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/account_tax.rb', line 39

class AccountTax
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end