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

OfferTerm Enum

An enumeration that defines the type of the TrialOffer. This can be utilized to determine the length of time for which the offer is valid. By setting this field, you can easily manage the duration of your offers and provide a better user experience for your customers.

Signature

enum OfferTerm : Enum<OfferTerm> 

Enumeration Constants

MemberDescription
Unknown
Represents that the OfferTerm is unknown.
Weekly
Represents that the offer term is weekly. This means that the offer will be valid for a period of one week from the date of purchase.
Biweekly
Represents that the offer term is biweekly. This means that the offer will be valid for a period of two weeks from the date of purchase.
Monthly
Represents that the offer term is monthly. This means that the offer will be valid for a period of one month from the date of purchase.
Quarterly
Represents that the offer term is quarterly. This means that the offer will be valid for a period of three months from the date of purchase.
Semiannual
Represents that the offer term is every 6 months. This means that the offer will be valid for a period of six months from the date of purchase.
Annual
Represents that the offer term is annual. This means that the offer will be valid for a period of one year from the date of purchase.
Biannual
Represents that the offer term is every 2 years. This means that the offer will be valid for a period of two years from the date of purchase.

Properties

value : Int
[Get]
Signature
val value: Int
Did you find this page helpful?