Show / Hide Table of Contents

Class DealTermsGuaranteedFixedPriceTermsBillingInfo

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

Properties

CurrencyConversionTimeMs

The timestamp (in ms since epoch) when the original reservation price for the deal was first converted to DFP currency. This is used to convert the contracted price into buyer's currency without discrepancy.

Declaration
[JsonProperty("currencyConversionTimeMs")]
public virtual long? CurrencyConversionTimeMs { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

DfpLineItemId

The DFP line item id associated with this deal. For features like CPD, buyers can retrieve the DFP line item for billing reconciliation.

Declaration
[JsonProperty("dfpLineItemId")]
public virtual long? DfpLineItemId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ETag

The ETag of the item.

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

OriginalContractedQuantity

The original contracted quantity (# impressions) for this deal. To ensure delivery, sometimes the publisher will book the deal with a impression buffer, such that guaranteed_looks is greater than the contracted quantity. However clients are billed using the original contracted quantity.

Declaration
[JsonProperty("originalContractedQuantity")]
public virtual long? OriginalContractedQuantity { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Price

The original reservation price for the deal, if the currency code is different from the one used in negotiation.

Declaration
[JsonProperty("price")]
public virtual Price Price { get; set; }
Property Value
Type Description
Price

Implements

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