API reference
API reference
Select your platform
No SDKs available
No versions available

BillingPlan Interface

Contains the detailed billing plan information for a ProductType.Subscription. A BillingPlan can have a PaidOffer and an array of TrialOffer. The horizon.platform.iap.models.TrialOfferArray can contain a FREE_TRIAL and an INTRO_OFFER.

Signature

interface BillingPlan

Properties

paidOffer : PaidOffer
[Get]
Represents the PaidOffer associated with the billing_plan.
Signature
abstract val paidOffer: PaidOffer
trialOffers : List?
[Get]
A list of TrialOffer associated with the billing_plan.
Signature
abstract val trialOffers: List<TrialOffer>?
Did you find this page helpful?