EncryptedFinancialInstitutionInformation constructor
EncryptedFinancialInstitutionInformation({})
Implementation
EncryptedFinancialInstitutionInformation({
String? name,
String? key,
String? bankAccount,
String? bic,
String? proxyBankAccount,
String? proxyBic,
Set<String>? preferredFiiForPartners,
Base64String? encryptedSelf
}) : name = name ?? null,
key = key ?? null,
bankAccount = bankAccount ?? null,
bic = bic ?? null,
proxyBankAccount = proxyBankAccount ?? null,
proxyBic = proxyBic ?? null,
preferredFiiForPartners = preferredFiiForPartners ?? {},
encryptedSelf = encryptedSelf ?? null;