BalanceAccountStatusEnum class
- Inheritance
-
- Object
- EnumClass
- BalanceAccountStatusEnum
Properties
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
Static Properties
-
serializer
→ Serializer<
BalanceAccountStatusEnum> -
no setter
-
values
→ BuiltSet<
BalanceAccountStatusEnum> -
no setter
Static Methods
-
valueOf(
String name) → BalanceAccountStatusEnum
Constants
- active → const BalanceAccountStatusEnum
- The status of the balance account, set to active by default.
- closed → const BalanceAccountStatusEnum
- The status of the balance account, set to active by default.
- inactive → const BalanceAccountStatusEnum
- The status of the balance account, set to active by default.
- suspended → const BalanceAccountStatusEnum
- The status of the balance account, set to active by default.
- unknownDefaultOpenApi → const BalanceAccountStatusEnum
- The status of the balance account, set to active by default.