Struct google_androidpublisher2::Season[][src]

pub struct Season {
    pub prorations: Option<Vec<Prorate>>,
    pub end: Option<MonthDay>,
    pub start: Option<MonthDay>,
}

There is no detailed description.

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

Fields

Optionally present list of prorations for the season. Each proration is a one-off discounted entry into a subscription. Each proration contains the first date on which the discount is available and the new pricing information.

Inclusive end date of the recurrence period.

Inclusive start date of the recurrence period.

Trait Implementations

impl Default for Season
[src]

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

impl Clone for Season
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Season
[src]

Formats the value using the given formatter. Read more

impl Part for Season
[src]

Auto Trait Implementations

impl Send for Season

impl Sync for Season