API reference

OfferType Enum

An enumeration that defines the type of the com.meta.horizon.platform.ovr.models.TrialOffer. This can be utilized to identify the specific type of offer, such as a free trial or an intro offer. By setting this field, you can easily differentiate between different types of offers and provide a better user experience for your customers.

Fields

Unknown[Get]
This value indicates that the offer is an intro offer, which is typically a special promotion or discount offered to new customers.
This value indicates that the offer is a free trial, which allows customers to try out a product or service without paying for it.

Member Functions

OfferType
( final int value )
int getValue ( )

Static Member Functions

static OfferType fromInt
( int value )