View Source GoogleApi.AndroidPublisher.V3.Model.AutoRenewingPlan (google_api_android_publisher v0.38.3)

Information related to an auto renewing plan.

Attributes

  • autoRenewEnabled (type: boolean(), default: nil) - If the subscription is currently set to auto-renew, e.g. the user has not canceled the subscription
  • installmentDetails (type: GoogleApi.AndroidPublisher.V3.Model.InstallmentPlan.t, default: nil) - The installment plan commitment and state related info for the auto renewing plan.
  • priceChangeDetails (type: GoogleApi.AndroidPublisher.V3.Model.SubscriptionItemPriceChangeDetails.t, default: nil) - The information of the last price change for the item since subscription signup.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.AutoRenewingPlan{
  autoRenewEnabled: boolean() | nil,
  installmentDetails:
    GoogleApi.AndroidPublisher.V3.Model.InstallmentPlan.t() | nil,
  priceChangeDetails:
    GoogleApi.AndroidPublisher.V3.Model.SubscriptionItemPriceChangeDetails.t()
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.