Show / Hide Table of Contents

Class PartnerCustomerAccount

Represents a customer account in the partner's system.

Inheritance
object
PartnerCustomerAccount
Implements
IMessage<PartnerCustomerAccount>
IEquatable<PartnerCustomerAccount>
IDeepCloneable<PartnerCustomerAccount>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class PartnerCustomerAccount : IMessage<PartnerCustomerAccount>, IEquatable<PartnerCustomerAccount>, IDeepCloneable<PartnerCustomerAccount>, IBufferMessage, IMessage

Constructors

PartnerCustomerAccount()

Declaration
public PartnerCustomerAccount()

PartnerCustomerAccount(PartnerCustomerAccount)

Declaration
public PartnerCustomerAccount(PartnerCustomerAccount other)
Parameters
Type Name Description
PartnerCustomerAccount other

Properties

AccountId

Required. The identifier of the customer account in the partner's ID space.

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

AccountName

Optional. The name of the account.

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

AccountType

Optional. The type of the account. Can be used to distinguish between advertiser accounts and business level accounts, for example.

Declaration
public string AccountType { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX