AccountVerificationReportResponse class abstract

AccountVerificationReportResponse

Properties:

  • accounts - A list of bank accounts with their respective information.
  • country - The location where the third-party individual's bank account is registered.
  • id - The unique identifier for the specific report.
Annotations
  • @BuiltValue.new()

Properties

accounts → BuiltList<VerifiedAccount>
A list of bank accounts with their respective information.
no setter
country AccountVerificationCountry
The location where the third-party individual's bank account is registered.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for the specific 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(AccountVerificationReportResponseBuilder)) AccountVerificationReportResponse
Rebuilds the instance.
inherited
toBuilder() AccountVerificationReportResponseBuilder
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<AccountVerificationReportResponse>
no setter