AchDetailsBankAccountTypeEnum class

Inheritance
  • Object
  • EnumClass
  • AchDetailsBankAccountTypeEnum

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
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

Static Properties

serializer → Serializer<AchDetailsBankAccountTypeEnum>
no setter
values → BuiltSet<AchDetailsBankAccountTypeEnum>
no setter

Static Methods

valueOf(String name) AchDetailsBankAccountTypeEnum

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...).