enum OfferTerm : Enum<OfferTerm>
| Member | Description |
|---|---|
Unknown |
Represents that the OfferTerm is unknown.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
value
: Int
[Get] |
Signature
val value: Int |