Show / Hide Table of Contents

Class CreateAndConfigureAccountRequest.Types.AddAccountService

Additional instructions to add account services during creation of the account.

Inheritance
object
CreateAndConfigureAccountRequest.Types.AddAccountService
Implements
IMessage<CreateAndConfigureAccountRequest.Types.AddAccountService>
IEquatable<CreateAndConfigureAccountRequest.Types.AddAccountService>
IDeepCloneable<CreateAndConfigureAccountRequest.Types.AddAccountService>
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.Types.AddAccountService : IMessage<CreateAndConfigureAccountRequest.Types.AddAccountService>, IEquatable<CreateAndConfigureAccountRequest.Types.AddAccountService>, IDeepCloneable<CreateAndConfigureAccountRequest.Types.AddAccountService>, IBufferMessage, IMessage

Constructors

AddAccountService()

Declaration
public AddAccountService()

AddAccountService(AddAccountService)

Declaration
public AddAccountService(CreateAndConfigureAccountRequest.Types.AddAccountService other)
Parameters
Type Name Description
CreateAndConfigureAccountRequest.Types.AddAccountService other

Properties

AccountAggregation

The provider is an aggregator for the account. Payload for service type Account Aggregation.

Declaration
public AccountAggregation AccountAggregation { get; set; }
Property Value
Type Description
AccountAggregation

HasProvider

Gets whether the "provider" field is set

Declaration
public bool HasProvider { get; }
Property Value
Type Description
bool

Provider

Required. The provider of the service. Either the reference to an account such as providers/123 or a well-known service provider (one of providers/GOOGLE_ADS or providers/GOOGLE_BUSINESS_PROFILE).

Declaration
public string Provider { get; set; }
Property Value
Type Description
string

ServiceTypeCase

Declaration
public CreateAndConfigureAccountRequest.Types.AddAccountService.ServiceTypeOneofCase ServiceTypeCase { get; }
Property Value
Type Description
CreateAndConfigureAccountRequest.Types.AddAccountService.ServiceTypeOneofCase
In this article
Back to top Generated by DocFX