Bank Account Funding Source
constructor(id: String, owner: String, version: Int, createdAt: Date, updatedAt: Date, state: FundingSourceState, flags: List<FundingSourceFlags>, currency: String, transactionVelocity: TransactionVelocity? = null, type: FundingSourceType = FundingSourceType.BANK_ACCOUNT, bankAccountType: BankAccountFundingSource.BankAccountType, last4: String, institutionName: String, institutionLogo: InstitutionLogo?, unfundedAmount: CurrencyAmount?)