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

PaidOffer Interface

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

Signature

interface PaidOffer

Properties

price : Price
[Get]
The Price of the paid offer contains the currency code, the amount in hundredths, and the formatted string representation.
Signature
abstract val price: Price
subscriptionTerm : OfferTerm
[Get]
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
abstract val subscriptionTerm: OfferTerm
Did you find this page helpful?