| Name | Summary |
|---|---|
@SerialName(value = "INTRO_OFFER") IntroOffer This value indicates that the offer is an intro offer, which is typically a special promotion or discount offered to new customers. | |
@SerialName(value = "FREE_TRIAL") 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. |
| Name | Summary |
|---|---|
valueOf | fun valueOf(value: String): OfferType Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) |
values | fun values(): Array<OfferType> Returns an array containing the constants of this enum type, in the order they’re declared. |