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

OfferType Enum

An enumeration that defines the type of the 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.

Signature

enum OfferType : Enum<OfferType> 

Enumeration Constants

MemberDescription
Unknown
Represents that the OfferType is unknown.
IntroOffer
This value indicates that the offer is an intro offer, which is typically a special promotion or discount offered to new customers.
FreeTrial
This value indicates that the offer is a free trial, which allows customers to try out a product or service without paying for it.

Properties

value : Int
[Get]
Signature
val value: Int