Readonly billingThe subscription period of fullPricePhase (after free and intro trials).
Readonly freeThe free trial PricingPhase of the subscription. Looks for the first pricing phase of the SubscriptionOption where amountMicros is 0. There can be a freeTrialPhase and an introductoryPhase in the same SubscriptionOption.
Readonly fullThe full price PricingPhase of the subscription. Looks for the last price phase of the SubscriptionOption.
Readonly idIdentifier of the subscription option If this SubscriptionOption represents a base plan, this will be the basePlanId. If it represents an offer, it will be basePlanId:offerId
Readonly installmentsFor installment subscriptions, the details of the installment plan the customer commits to. Null for non-installment subscriptions. Installment plans are only available for Google Play subscriptions.
Readonly introThe intro trial PricingPhase of the subscription. Looks for the first pricing phase of the SubscriptionOption where amountMicros is greater than 0. There can be a freeTrialPhase and an introductoryPhase in the same SubscriptionOption.
Readonly isTrue if this SubscriptionOption represents a subscription base plan (rather than an offer).
Readonly isTrue if the subscription is pre-paid.
Readonly presentedOffering context this package belongs to. Null if not using offerings or if fetched directly from store via getProducts.
Readonly presentedOffering identifier the subscription option was presented from
Use presentedOfferingContext
Readonly pricingPricing phases defining a user's payment plan for the product over time.
Readonly productIdentifer of the subscription associated with this SubscriptionOption This will be subId
Readonly storeIdentifier of the StoreProduct associated with this SubscriptionOption This will be subId:basePlanId
Readonly tagsTags defined on the base plan or offer. Empty for Amazon.
Contains all details associated with a SubscriptionOption Used only for Google