enum OfferType : Enum<OfferType>
| Member | Description |
|---|---|
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.
|
value
: Int
[Get] |
Signature
val value: Int |