LinkAccount class

The account object

Constructors

LinkAccount({required String id, required String mask, required String name, required String type, required String subtype, required String verificationStatus})
LinkAccount.fromJson(dynamic json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The id of the selected account
final
mask String
The last 2-4 alphanumeric characters of an account's official account number. Note that the mask may be non-unique between an Item's accounts, it may also not match the mask that the bank displays to the user. This field is nullable.
final
name String
The name of the selected account
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtype String
The account subtype
final
type String
The account type
final
verificationStatus String
When micro-deposit-based verification is being used, the accounts object includes an Item's verification_status. Possible values are:
final

Methods

description() String
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