Class: Google::Shopping::Merchant::Accounts::V1beta::GetAccountTaxRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::GetAccountTaxRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/account_tax.rb
Overview
Request to get tax settings
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name from which tax settings will be retrieved.
48 49 50 51 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/account_tax.rb', line 48 class GetAccountTaxRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |