VerifiedAccount class abstract

VerifiedAccount

Properties:

  • accountId - The unique identifier for the bank account.
  • accountName - The name of the bank account. This name is assigned by the banking institution, and it describes the type of bank account.
  • accountNumber - The account number of the bank account.
  • accountType - The type of the bank account. Possible values are CURRENT, SAVINGS, BUSINESS, CREDIT_CARD, LOAN, UNKNOWN.
  • bankName - The name of the banking institution where the bank account is held.
  • currency - The currency of the funds in the bank account.
  • identifiers - Contains various codes and details used to uniquely identify the bank account across different regions.
  • parties - Contains details of all parties associated with the report.
Annotations
  • @BuiltValue.new()

Constructors

VerifiedAccount([void updates(VerifiedAccountBuilder b)])
factory

Properties

accountId String
The unique identifier for the bank account.
no setter
accountName String
The name of the bank account. This name is assigned by the banking institution, and it describes the type of bank account.
no setter
accountNumber String
The account number of the bank account.
no setter
accountType AccountType
The type of the bank account. Possible values are CURRENT, SAVINGS, BUSINESS, CREDIT_CARD, LOAN, UNKNOWN.
no setter
bankName String?
The name of the banking institution where the bank account is held.
no setter
currency String
The currency of the funds in the bank account.
no setter
hashCode int
The hash code for this object.
no setterinherited
identifiers AccountIdentifiers
Contains various codes and details used to uniquely identify the bank account across different regions.
no setter
parties → BuiltList<AccountParty>
Contains details of all parties associated with the report.
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(VerifiedAccountBuilder)) VerifiedAccount
Rebuilds the instance.
inherited
toBuilder() VerifiedAccountBuilder
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<VerifiedAccount>
no setter