AchDetailsBankAccountTypeEnum class
- Inheritance
-
- Object
- EnumClass
- AchDetailsBankAccountTypeEnum
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<
AchDetailsBankAccountTypeEnum> -
no setter
-
values
→ BuiltSet<
AchDetailsBankAccountTypeEnum> -
no setter
Static Methods
Constants
- balance → const AchDetailsBankAccountTypeEnum
- The bank account type (checking, savings...).
- checking → const AchDetailsBankAccountTypeEnum
- The bank account type (checking, savings...).
- deposit → const AchDetailsBankAccountTypeEnum
- The bank account type (checking, savings...).
- general → const AchDetailsBankAccountTypeEnum
- The bank account type (checking, savings...).
- other → const AchDetailsBankAccountTypeEnum
- The bank account type (checking, savings...).
- payment → const AchDetailsBankAccountTypeEnum
- The bank account type (checking, savings...).
- savings → const AchDetailsBankAccountTypeEnum
- The bank account type (checking, savings...).
- unknownDefaultOpenApi → const AchDetailsBankAccountTypeEnum
- The bank account type (checking, savings...).