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

BillingPlan Class

Contains the detailed billing plan information for a com.meta.horizon.platform.ovr.enums.ProductType#SUBSCRIPTION. A BillingPlan can have a com.meta.horizon.platform.ovr.models.PaidOffer and an array of com.meta.horizon.platform.ovr.models.TrialOffer. The com.meta.horizon.platform.ovr.models.TrialOfferArray can contain a FREE_TRIAL and an INTRO_OFFER.

Constructors

BillingPlan ( ptr )
Signature
com.meta.horizon.platform.ovr.models.BillingPlan.BillingPlan(final long ptr)
Parameters
ptr: final long

Methods

getPaidOffer ()
Represents the com.meta.horizon.platform.ovr.models.PaidOffer associated with the billing_plan.
Signature
PaidOffer com.meta.horizon.platform.ovr.models.BillingPlan.getPaidOffer()
getTrialOffers ()
A list of com.meta.horizon.platform.ovr.models.TrialOffer associated with the billing_plan.
Signature
TrialOfferArray com.meta.horizon.platform.ovr.models.BillingPlan.getTrialOffers()