Fixed marking accounts that support CustomerSegmentId.SecuritiesAccountBalance as supported account type
This commit is contained in:
parent
62aa04a667
commit
07672d1189
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ open class AccountData(
|
|||
get() = FinTsClient.SupportedAccountTypes.contains(accountType)
|
||||
|| allowedJobNames.contains(CustomerSegmentId.Balance.id)
|
||||
|| allowedJobNames.contains(CustomerSegmentId.AccountTransactionsMt940.id)
|
||||
|| allowedJobNames.contains(CustomerSegmentId.SecuritiesAccountBalance.id)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue