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

BillingPlan Class

Contains the detailed billing plan information for a ProductType.SUBSCRIPTION. A BillingPlan can have a Models.PaidOffer and an array of Models.TrialOffer. The Models.TrialOfferArray can contain a FREE_TRIAL and an INTRO_OFFER.

Constructors

BillingPlan ( o )
Signature
Oculus.Platform.Models.BillingPlan.BillingPlan(IntPtr o)
Parameters
o: IntPtr

Fields

PaidOffer : readonly PaidOffer
Represents the Models.PaidOffer associated with the billing_plan.
Signature
readonly PaidOffer Oculus.Platform.Models.BillingPlan.PaidOffer
TrialOffers : readonly TrialOfferList
Signature
readonly TrialOfferList Oculus.Platform.Models.BillingPlan.TrialOffers
TrialOffersOptional : readonly TrialOfferList
A list of Models.TrialOffer associated with the billing_plan.
Signature
readonly TrialOfferList Oculus.Platform.Models.BillingPlan.TrialOffersOptional