Class MarketplaceDealParty
Inheritance
System.Object
MarketplaceDealParty
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.AdExchangeBuyer.v1_4.Data
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public class MarketplaceDealParty : IDirectResponseSchema
Properties
Buyer
The buyer/seller associated with the deal. One of buyer/seller is specified for a deal-party.
Declaration
[JsonProperty("buyer")]
public virtual Buyer Buyer { get; set; }
Property Value
| Type | Description |
|---|---|
| Buyer |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Seller
The buyer/seller associated with the deal. One of buyer/seller is specified for a deal party.
Declaration
[JsonProperty("seller")]
public virtual Seller Seller { get; set; }
Property Value
| Type | Description |
|---|---|
| Seller |
Implements
Google.Apis.Requests.IDirectResponseSchema