View Source GoogleApi.AdExchangeBuyer.V14.Model.DealTermsGuaranteedFixedPriceTermsBillingInfo (google_api_ad_exchange_buyer v0.41.0)

Attributes

  • currencyConversionTimeMs (type: String.t, default: nil) - 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.
  • dfpLineItemId (type: String.t, default: nil) - The DFP line item id associated with this deal. For features like CPD, buyers can retrieve the DFP line item for billing reconciliation.
  • originalContractedQuantity (type: String.t, default: nil) - 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.
  • price (type: GoogleApi.AdExchangeBuyer.V14.Model.Price.t, default: nil) - The original reservation price for the deal, if the currency code is different from the one used in negotiation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AdExchangeBuyer.V14.Model.DealTermsGuaranteedFixedPriceTermsBillingInfo{
    currencyConversionTimeMs: String.t() | nil,
    dfpLineItemId: String.t() | nil,
    originalContractedQuantity: String.t() | nil,
    price: GoogleApi.AdExchangeBuyer.V14.Model.Price.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.