LinkCustomerAccount class

Constructors

LinkCustomerAccount({int? accountId, int? financialInstitutionId, String? financialInstitutionName, String? logoURL, String? iconURL, String? lastFour, LinkAccountType? type, LinkAccountStatus? status, bool? preferred, String? creationDate})
LinkCustomerAccount.fromJson(Map<String, dynamic> json)
factory

Properties

accountId int?
getter/setter pair
creationDate String?
getter/setter pair
financialInstitutionId int?
getter/setter pair
financialInstitutionName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconURL String?
getter/setter pair
lastFour String?
getter/setter pair
logoURL String?
getter/setter pair
preferred bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status LinkAccountStatus?
getter/setter pair
type LinkAccountType?
getter/setter pair

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