Struct google_adexchangebuyer1d4::DealTermsGuaranteedFixedPriceTermsBillingInfo[][src]

pub struct DealTermsGuaranteedFixedPriceTermsBillingInfo {
    pub price: Option<Price>,
    pub dfp_line_item_id: Option<String>,
    pub original_contracted_quantity: Option<String>,
    pub currency_conversion_time_ms: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

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

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

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.

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.

Trait Implementations

impl Default for DealTermsGuaranteedFixedPriceTermsBillingInfo
[src]

Returns the "default value" for a type. Read more

impl Clone for DealTermsGuaranteedFixedPriceTermsBillingInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DealTermsGuaranteedFixedPriceTermsBillingInfo
[src]

Formats the value using the given formatter. Read more

impl Part for DealTermsGuaranteedFixedPriceTermsBillingInfo
[src]

Auto Trait Implementations