Show / Hide Table of Contents

Class AccountIdentifier

Inheritance
object
AccountIdentifier
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.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
ulong?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
ulong?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX