Class DealTermsNonGuaranteedFixedPriceTerms
Inheritance
System.Object
DealTermsNonGuaranteedFixedPriceTerms
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 DealTermsNonGuaranteedFixedPriceTerms : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FixedPrices
Fixed price for the specified buyer.
Declaration
[JsonProperty("fixedPrices")]
public virtual IList<PricePerBuyer> FixedPrices { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<PricePerBuyer> |
Implements
Google.Apis.Requests.IDirectResponseSchema