| Name | Summary |
|---|---|
@SerialName(value = "WEEKLY") Weekly 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. | |
@SerialName(value = "BIWEEKLY") Biweekly 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. | |
@SerialName(value = "MONTHLY") Monthly 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. | |
@SerialName(value = "QUARTERLY") Quarterly 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. | |
@SerialName(value = "SEMIANNUAL") Semiannual 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. | |
@SerialName(value = "ANNUAL") Annual 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. | |
@SerialName(value = "BIANNUAL") Biannual 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. |
| Name | Summary |
|---|---|
name | val name: String |
ordinal | val ordinal: Int |
value | val value: Int |
| Name | Summary |
|---|---|
valueOf | fun valueOf(value: String): OfferTerm 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<OfferTerm> Returns an array containing the constants of this enum type, in the order they’re declared. |