GoogleApi.AndroidPublisher.V3.Model.AutoRenewingPlan (google_api_android_publisher v0.43.0)
View SourceInformation 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. -
recurringPrice(type:GoogleApi.AndroidPublisher.V3.Model.Money.t, default:nil) - The current recurring price of the auto renewing plan.
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, recurringPrice: GoogleApi.AndroidPublisher.V3.Model.Money.t() | nil }