[][src]Struct google_adexchangebuyer1d4::DealTermsGuaranteedFixedPriceTermsBillingInfo

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

price: Option<Price>

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

dfp_line_item_id: Option<String>

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

original_contracted_quantity: Option<String>

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.

currency_conversion_time_ms: Option<String>

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 Clone for DealTermsGuaranteedFixedPriceTermsBillingInfo[src]

impl Debug for DealTermsGuaranteedFixedPriceTermsBillingInfo[src]

impl Default for DealTermsGuaranteedFixedPriceTermsBillingInfo[src]

impl<'de> Deserialize<'de> for DealTermsGuaranteedFixedPriceTermsBillingInfo[src]

impl Part for DealTermsGuaranteedFixedPriceTermsBillingInfo[src]

impl Serialize for DealTermsGuaranteedFixedPriceTermsBillingInfo[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any