FundingInstructionsBankTransferFinancialAddress constructor

FundingInstructionsBankTransferFinancialAddress

FinancialAddresses contain identifying information that resolves to a FinancialAccount.

Implementation

const FundingInstructionsBankTransferFinancialAddress({
  this.aba,
  this.iban,
  this.sortCode,
  this.spei,
  this.supportedNetworks,
  this.swift,
  required this.type,
  this.zengin,
});