Class CreateAndConfigureAccountRequest
Request message for the CreateAndConfigureAccount
method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class CreateAndConfigureAccountRequest : IMessage<CreateAndConfigureAccountRequest>, IEquatable<CreateAndConfigureAccountRequest>, IDeepCloneable<CreateAndConfigureAccountRequest>, IBufferMessage, IMessage
Constructors
CreateAndConfigureAccountRequest()
Declaration
public CreateAndConfigureAccountRequest()
CreateAndConfigureAccountRequest(CreateAndConfigureAccountRequest)
Declaration
public CreateAndConfigureAccountRequest(CreateAndConfigureAccountRequest other)
Parameters
Type | Name | Description |
---|---|---|
CreateAndConfigureAccountRequest | other |
Properties
AcceptTermsOfService
Optional. The Terms of Service (ToS) to be accepted immediately upon account creation.
Declaration
public CreateAndConfigureAccountRequest.Types.AcceptTermsOfService AcceptTermsOfService { get; set; }
Property Value
Type | Description |
---|---|
CreateAndConfigureAccountRequest.Types.AcceptTermsOfService |
Account
Required. The account to be created.
Declaration
public Account Account { get; set; }
Property Value
Type | Description |
---|---|
Account |
Service
Required. An account service between the account to be created and the
provider account is initialized as part of the creation. At least one such
service needs to be provided. Currently exactly one of these needs to be
account_aggregation
, which means you can only create sub accounts, not
standalone account through this method. Additional account_management
or
product_management
services may be provided.
Declaration
public RepeatedField<CreateAndConfigureAccountRequest.Types.AddAccountService> Service { get; }
Property Value
Type | Description |
---|---|
RepeatedField<CreateAndConfigureAccountRequest.Types.AddAccountService> |
Users
Optional. Users to be added to the account.
Declaration
public RepeatedField<CreateUserRequest> Users { get; }
Property Value
Type | Description |
---|---|
RepeatedField<CreateUserRequest> |