Struct google_androidpublisher2::Prorate[][src]

pub struct Prorate {
    pub start: Option<MonthDay>,
    pub default_price: Option<Price>,
}

There is no detailed description.

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

Fields

Defines the first day on which the price takes effect.

Default price cannot be zero and must be less than the full subscription price. Default price is always in the developer's Checkout merchant currency. Targeted countries have their prices set automatically based on the default_price.

Trait Implementations

impl Default for Prorate
[src]

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

impl Clone for Prorate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Prorate
[src]

Formats the value using the given formatter. Read more

impl Part for Prorate
[src]

Auto Trait Implementations

impl Send for Prorate

impl Sync for Prorate