Class: Google::Shopping::Merchant::Accounts::V1beta::UpdateAccountTaxRequest

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

Request to update the tax settings

Instance Attribute Summary collapse

Instance Attribute Details

#account_tax::Google::Shopping::Merchant::Accounts::V1beta::AccountTax

Returns Required. The tax setting that will be updated.

Returns:



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.

Returns:



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