CashbackPromoRepeatPattern enum
Constants
- ANNUAL → const CashbackPromoRepeatPattern
-
ANNUAL means the cashback promotion is activated every year at the same period of time.
const CashbackPromoRepeatPattern(1)
- CONST → const CashbackPromoRepeatPattern
-
CONST means the cashback promotion does not expire at all time.
const CashbackPromoRepeatPattern(0)
- UNKNOWN → const CashbackPromoRepeatPattern
-
UNKNOWN means the cashback promotion is not recognized. Mostly it means error
const CashbackPromoRepeatPattern(2)
-
values
→ const List<
CashbackPromoRepeatPattern> -
A constant List of the values in this enum, in order of their declaration.
const List<
CashbackPromoRepeatPattern>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited