google_api_android_publisher v0.5.0 GoogleApi.AndroidPublisher.V2.Model.Season View Source
Attributes
end
(type:GoogleApi.AndroidPublisher.V2.Model.MonthDay.t
, default:nil
) - Inclusive end date of the recurrence period.prorations
(type:list(GoogleApi.AndroidPublisher.V2.Model.Prorate.t)
, default:nil
) - 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.start
(type:GoogleApi.AndroidPublisher.V2.Model.MonthDay.t
, default:nil
) - Inclusive start date of the recurrence period.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AndroidPublisher.V2.Model.Season{ end: GoogleApi.AndroidPublisher.V2.Model.MonthDay.t(), prorations: [GoogleApi.AndroidPublisher.V2.Model.Prorate.t()], start: GoogleApi.AndroidPublisher.V2.Model.MonthDay.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.