Worldline Connect Node.js SDK
    Preparing search index...

    Interface ValidationBankAccountOutput

    interface ValidationBankAccountOutput {
        checks?: ValidationBankAccountCheck[] | null;
        newBankName?: string | null;
        reformattedAccountNumber?: string | null;
        reformattedBankCode?: string | null;
        reformattedBranchCode?: string | null;
    }
    Index

    Properties

    checks?: ValidationBankAccountCheck[] | null
    newBankName?: string | null
    reformattedAccountNumber?: string | null
    reformattedBankCode?: string | null
    reformattedBranchCode?: string | null