Show / Hide Table of Contents

Class AccountIdentifier

Inheritance
System.Object
AccountIdentifier
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class AccountIdentifier : IDirectResponseSchema

Properties

AggregatorId

The aggregator ID, set for aggregators and subaccounts (in that case, it represents the aggregator of the subaccount).

Declaration
[JsonProperty("aggregatorId")]
public virtual ulong? AggregatorId { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

MerchantId

The merchant account ID, set for individual accounts and subaccounts.

Declaration
[JsonProperty("merchantId")]
public virtual ulong? MerchantId { get; set; }
Property Value
Type Description
System.Nullable<System.UInt64>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top