Class: Google::Shopping::Merchant::Accounts::V1beta::UpdateAccountTaxRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::UpdateAccountTaxRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/account_tax.rb
Overview
Request to update the tax settings
Instance Attribute Summary collapse
-
#account_tax ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::AccountTax
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The list of fields to be updated.
Instance Attribute Details
#account_tax ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::AccountTax
Returns Required. The tax setting that will be updated.
60 61 62 63 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/account_tax.rb', line 60 class UpdateAccountTaxRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The list of fields to be updated.
60 61 62 63 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/account_tax.rb', line 60 class UpdateAccountTaxRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |