interface BillingPlan
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>? |