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

PaidOffer Class

Contains the details about the paid offer associated with a Models.BillingPlan.

Constructors

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

Fields

Price : readonly Price
The Models.Price of the paid offer contains the currency code, the amount in hundredths, and the formatted string representation.
Signature
readonly Price Oculus.Platform.Models.PaidOffer.Price
SubscriptionTerm : readonly OfferTerm
An enum that specifies the term.
OfferTerm.Unknown: unknown
OfferTerm.WEEKLY: WEEKLY
OfferTerm.BIWEEKLY: BIWEEKLY
OfferTerm.MONTHLY: MONTHLY
OfferTerm.QUARTERLY: QUARTERLY
OfferTerm.SEMIANNUAL: SEMIANNUAL
OfferTerm.ANNUAL: ANNUAL
OfferTerm.BIANNUAL: BIANNUAL
Signature
readonly OfferTerm Oculus.Platform.Models.PaidOffer.SubscriptionTerm