Show / Hide Table of Contents

Class Seller

Represents a seller of inventory. Each seller is identified by a unique Ad Manager account ID.

Inheritance
object
Seller
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.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class Seller : IDirectResponseSchema

Properties

AccountId

The unique ID for the seller. The seller fills in this field. The seller account ID is then available to buyer in the product.

Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

SubAccountId

Output only. Ad manager network code for the seller.

Declaration
[JsonProperty("subAccountId")]
public virtual string SubAccountId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX