Class CreateAndConfigureAccountRequest
Request message for the CreateAndConfigureAccount method.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.accounts_v1beta.Data
Assembly: Google.Apis.Merchant.accounts_v1beta.dll
Syntax
public class CreateAndConfigureAccountRequest : IDirectResponseSchema
Properties
Account
Required. The account to be created.
Declaration
[JsonProperty("account")]
public virtual Account Account { get; set; }
Property Value
| Type | Description |
|---|---|
| Account |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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
[JsonProperty("service")]
public virtual IList<AddAccountService> Service { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AddAccountService> |
User
Optional. Users to be added to the account.
Declaration
[JsonProperty("user")]
public virtual IList<AddUser> User { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<AddUser> |
Users
Optional. Users to be added to the account. This field is deprecated and will not exist after the API
evolves out of beta. Use the user field instead.
Declaration
[JsonProperty("users")]
public virtual IList<CreateUserRequest> Users { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<CreateUserRequest> |