LinkCustomerAccount constructor
LinkCustomerAccount({
- int? accountId,
- int? financialInstitutionId,
- String? financialInstitutionName,
- String? logoURL,
- String? iconURL,
- String? lastFour,
- LinkAccountType? type,
- LinkAccountStatus? status,
- bool? preferred,
- String? creationDate,
Implementation
LinkCustomerAccount({
this.accountId,
this.financialInstitutionId,
this.financialInstitutionName,
this.logoURL,
this.iconURL,
this.lastFour,
this.type,
this.status,
this.preferred,
this.creationDate,
});