Show / Hide Table of Contents

Class Price

Inheritance
System.Object
Price
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 Price : IDirectResponseSchema

Properties

AmountMicros

The price value in micros.

Declaration
[JsonProperty("amountMicros")]
public virtual double? AmountMicros { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

CurrencyCode

The currency code for the price.

Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

ExpectedCpmMicros

In case of CPD deals, the expected CPM in micros.

Declaration
[JsonProperty("expectedCpmMicros")]
public virtual double? ExpectedCpmMicros { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

PricingType

The pricing type for the deal/product.

Declaration
[JsonProperty("pricingType")]
public virtual string PricingType { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top