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

OfferTerm Enum

An enumeration that defines the type of the com.meta.horizon.platform.ovr.models.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.

Fields

Unknown[Get]
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.
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.
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.
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.
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.
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.
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.

Member Functions

OfferTerm
( final int value )
int getValue ( )

Static Member Functions

static OfferTerm fromInt
( int value )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon