interface PaidOffer
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 |