LinkCustomerAccount constructor

LinkCustomerAccount({
  1. int? accountId,
  2. int? financialInstitutionId,
  3. String? financialInstitutionName,
  4. String? logoURL,
  5. String? iconURL,
  6. String? lastFour,
  7. LinkAccountType? type,
  8. LinkAccountStatus? status,
  9. bool? preferred,
  10. String? creationDate,
})

Implementation

LinkCustomerAccount({
  this.accountId,
  this.financialInstitutionId,
  this.financialInstitutionName,
  this.logoURL,
  this.iconURL,
  this.lastFour,
  this.type,
  this.status,
  this.preferred,
  this.creationDate,
});