Struct google_dfareporting2d1::PricingSchedulePricingPeriod [] [src]

pub struct PricingSchedulePricingPeriod {
    pub units: Option<String>,
    pub start_date: Option<String>,
    pub rate_or_cost_nanos: Option<String>,
    pub end_date: Option<String>,
    pub pricing_comment: Option<String>,
}

Pricing Period

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

Fields

Units of this pricing period.

Pricing period start date. This date must be later than, or the same day as, the placement start date. The hours, minutes, and seconds of the start date should not be set, as doing so will result in an error.

Rate or cost of this pricing period.

Pricing period end date. This date must be later than, or the same day as, the pricing period start date, but not later than the placement end date. The period end date can be the same date as the period start date. If, for example, you set 6/25/2015 as both the start and end dates, the effective pricing period date is just that day only, 6/25/2015. The hours, minutes, and seconds of the end date should not be set, as doing so will result in an error.

Comments for this pricing period.

Trait Implementations

impl Default for PricingSchedulePricingPeriod
[src]

[src]

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

impl Clone for PricingSchedulePricingPeriod
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PricingSchedulePricingPeriod
[src]

[src]

Formats the value using the given formatter.

impl Part for PricingSchedulePricingPeriod
[src]