AchNotificationOfChangeNotificationRequestDataNoc class abstract

AchNotificationOfChangeNotificationRequestDataNoc

Properties:

  • newBankAccountNumber - New bank account number.
  • newBankAccountType - New bank account type. Possible values: * Savings * Checking
  • newBranchCode - New branch code.
  • reasonCode - Notification of Change reason code. Possible values: * C01 : Incorrect bank account number. * C02 : Incorrect transit/routing number. * C03 : Incorrect transit/routing number and bank account number. * C04 : Bank account name change. * C05 : Incorrect payment code. * C06 : Incorrect bank account number and transit code. * C07 : Incorrect transit/routing number, bank account number and payment code. * C09 : Incorrect individual ID number. * C10 : Incorrect company name. * C11 : Incorrect company identification. * C12 : Incorrect company name and company ID.
Annotations
  • @BuiltValue.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
newBankAccountNumber String?
New bank account number.
no setter
newBankAccountType AchNotificationOfChangeNotificationRequestDataNocNewBankAccountTypeEnum?
New bank account type. Possible values: * Savings * Checking
no setter
newBranchCode String?
New branch code.
no setter
reasonCode AchNotificationOfChangeNotificationRequestDataNocReasonCodeEnum
Notification of Change reason code. Possible values: * C01 : Incorrect bank account number. * C02 : Incorrect transit/routing number. * C03 : Incorrect transit/routing number and bank account number. * C04 : Bank account name change. * C05 : Incorrect payment code. * C06 : Incorrect bank account number and transit code. * C07 : Incorrect transit/routing number, bank account number and payment code. * C09 : Incorrect individual ID number. * C10 : Incorrect company name. * C11 : Incorrect company identification. * C12 : Incorrect company name and company ID.
no setter
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
rebuild(dynamic updates(AchNotificationOfChangeNotificationRequestDataNocBuilder)) AchNotificationOfChangeNotificationRequestDataNoc
Rebuilds the instance.
inherited
toBuilder() AchNotificationOfChangeNotificationRequestDataNocBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<AchNotificationOfChangeNotificationRequestDataNoc>
no setter