Class AccountIdentifier
Implements
Inherited Members
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? |