google_api_android_publisher v0.7.0 GoogleApi.AndroidPublisher.V2.Model.Prorate View Source

Attributes

  • defaultPrice (type: GoogleApi.AndroidPublisher.V2.Model.Price.t, default: nil) - 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.
  • start (type: GoogleApi.AndroidPublisher.V2.Model.MonthDay.t, default: nil) - Defines the first day on which the price takes effect.

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 Source
t() :: %GoogleApi.AndroidPublisher.V2.Model.Prorate{
  defaultPrice: GoogleApi.AndroidPublisher.V2.Model.Price.t(),
  start: GoogleApi.AndroidPublisher.V2.Model.MonthDay.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.