GiftCardActivityType enum

Inheritance

Constructors

GiftCardActivityType()
const

Values

ACTIVATE → const GiftCardActivityType
LOAD → const GiftCardActivityType
REDEEM → const GiftCardActivityType
CLEAR_BALANCE → const GiftCardActivityType
DEACTIVATE → const GiftCardActivityType
ADJUST_INCREMENT → const GiftCardActivityType
ADJUST_DECREMENT → const GiftCardActivityType
REFUND → const GiftCardActivityType
UNLINKED_ACTIVITY_REFUND → const GiftCardActivityType
IMPORT → const GiftCardActivityType
BLOCK → const GiftCardActivityType
UNBLOCK → const GiftCardActivityType
IMPORT_REVERSAL → const GiftCardActivityType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<GiftCardActivityType>
A constant List of the values in this enum, in order of their declaration.