Class: Google::Shopping::Merchant::Accounts::V1beta::CreateAndConfigureAccountRequest::AddAccountService
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1beta::CreateAndConfigureAccountRequest::AddAccountService
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb
Overview
Additional instructions to add account services during creation of the account.
Instance Attribute Summary collapse
-
#account_aggregation ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::AccountAggregation
The provider is an aggregator for the account.
-
#provider ⇒ ::String
Optional.
Instance Attribute Details
#account_aggregation ⇒ ::Google::Shopping::Merchant::Accounts::V1beta::AccountAggregation
Returns The provider is an aggregator for the account. Payload for service type Account Aggregation.
124 125 126 127 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 124 class AddAccountService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#provider ⇒ ::String
Returns Optional. The provider of the service.
Format: accounts/{account}
.
124 125 126 127 |
# File 'proto_docs/google/shopping/merchant/accounts/v1beta/accounts.rb', line 124 class AddAccountService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |