google_api_ad_exchange_buyer v0.5.0 GoogleApi.AdExchangeBuyer.V14.Model.DealTermsGuaranteedFixedPriceTermsBillingInfo View Source
Attributes
- currencyConversionTimeMs (String.t): 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. Defaults to:
null
. - dfpLineItemId (String.t): The DFP line item id associated with this deal. For features like CPD, buyers can retrieve the DFP line item for billing reconciliation. Defaults to:
null
. - originalContractedQuantity (String.t): 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. Defaults to:
null
. - price (Price): The original reservation price for the deal, if the currency code is different from the one used in negotiation. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() ::
%GoogleApi.AdExchangeBuyer.V14.Model.DealTermsGuaranteedFixedPriceTermsBillingInfo{
currencyConversionTimeMs: any(),
dfpLineItemId: any(),
originalContractedQuantity: any(),
price: GoogleApi.AdExchangeBuyer.V14.Model.Price.t()
}
t() :: %GoogleApi.AdExchangeBuyer.V14.Model.DealTermsGuaranteedFixedPriceTermsBillingInfo{ currencyConversionTimeMs: any(), dfpLineItemId: any(), originalContractedQuantity: any(), price: GoogleApi.AdExchangeBuyer.V14.Model.Price.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.