Show / Hide Table of Contents

Class CreateAndConfigureAccountRequest

Request message for the CreateAndConfigureAccount method.

Inheritance
object
CreateAndConfigureAccountRequest
Implements
IMessage<CreateAndConfigureAccountRequest>
IEquatable<CreateAndConfigureAccountRequest>
IDeepCloneable<CreateAndConfigureAccountRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.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

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 and accounts.createAndConfigure method can be used to create a sub-account under an existing advanced 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>

User

Optional. Users to be added to the account.

Declaration
public RepeatedField<CreateAndConfigureAccountRequest.Types.AddUser> User { get; }
Property Value
Type Description
RepeatedField<CreateAndConfigureAccountRequest.Types.AddUser>
In this article
Back to top Generated by DocFX