Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Type Alias FinancialAccountBankRequest

    FinancialAccountBankRequest: FinancialAccountRequestBase & {
        bankAccount: BankAccountConfig;
        doshAccount?: never;
        owner?: BankAccountOwner;
        type: "bank_account";
        wallet?: never;
    }