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

Attributes

  • amountMicros (type: float(), default: nil) - The price value in micros.
  • currencyCode (type: String.t, default: nil) - The currency code for the price.
  • expectedCpmMicros (type: float(), default: nil) - In case of CPD deals, the expected CPM in micros.
  • pricingType (type: String.t, default: nil) - The pricing type for the deal/product.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AdExchangeBuyer.V14.Model.Price{
  amountMicros: float() | nil,
  currencyCode: String.t() | nil,
  expectedCpmMicros: float() | nil,
  pricingType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.