The organizations namespace contains all the functions related to organizations’ operations such as retrieving bank accounts. It can be accessed like this:const
organizations:object
=organizationsNamespace.organizations
getBankAccounts: (params
) =>Promise
<BankAccount
[]>
string
string
Promise
<BankAccount
[]>