Class: Google::Shopping::Merchant::Accounts::V1beta::AccountTax
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::AccountTax
- 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
-
#account ⇒ ::Integer
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#tax_rules ⇒ ::Array<::Google::Shopping::Merchant::Accounts::V1beta::TaxRule>
Tax rules.
Instance Attribute Details
#account ⇒ ::Integer (readonly)
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
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>
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 |