[][src]Struct google_adexchangebuyer1d4::DealTermsGuaranteedFixedPriceTerms

pub struct DealTermsGuaranteedFixedPriceTerms {
    pub guaranteed_impressions: Option<String>,
    pub fixed_prices: Option<Vec<PricePerBuyer>>,
    pub minimum_daily_looks: Option<String>,
    pub guaranteed_looks: Option<String>,
    pub billing_info: Option<DealTermsGuaranteedFixedPriceTermsBillingInfo>,
}

There is no detailed description.

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

Fields

guaranteed_impressions: Option<String>

Guaranteed impressions as a percentage. This is the percentage of guaranteed looks that the buyer is guaranteeing to buy.

fixed_prices: Option<Vec<PricePerBuyer>>

Fixed price for the specified buyer.

minimum_daily_looks: Option<String>

Count of minimum daily looks for a CPD deal. For CPD deals, buyer should negotiate on this field instead of guaranteed_looks.

guaranteed_looks: Option<String>

Count of guaranteed looks. Required for deal, optional for product. For CPD deals, buyer changes to guaranteed_looks will be ignored.

billing_info: Option<DealTermsGuaranteedFixedPriceTermsBillingInfo>

External billing info for this Deal. This field is relevant when external billing info such as price has a different currency code than DFP/AdX.

Trait Implementations

impl Clone for DealTermsGuaranteedFixedPriceTerms[src]

impl Debug for DealTermsGuaranteedFixedPriceTerms[src]

impl Default for DealTermsGuaranteedFixedPriceTerms[src]

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

impl Part for DealTermsGuaranteedFixedPriceTerms[src]

impl Serialize for DealTermsGuaranteedFixedPriceTerms[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