| Name | Summary |
|---|---|
SubscriptionOfferDetails | constructor(basePlanId: String, installmentPlanDetails: ProductDetails.InstallmentPlanDetails, offerId: String?, offerTags: List<String>, offerToken: String, pricingPhases: ProductDetails.PricingPhases) |
| Name | Summary |
|---|---|
basePlanId | val basePlanId: String The base plan id associated with the subscription product. |
installmentPlanDetails | val installmentPlanDetails: ProductDetails.InstallmentPlanDetails The additional details of an installment plan. |
offerId | val offerId: String? The the offer id associated with the subscription product. |
offerTags | |
offerToken | val offerToken: String The offer token required to pass in launchBillingFlow to purchase the subscription product with these pricing phases. |
pricingPhases | val pricingPhases: ProductDetails.PricingPhases The pricing phases for the subscription product. |