PaidOffer
(
o
)
|
Signature
Oculus.Platform.Models.PaidOffer.PaidOffer(IntPtr o) Parameters o: IntPtr |
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 |