@ken-all/kenall
    Preparing search index...

    Interface BankBranchesResponse

    An BankBranchesResponse describes a response to getBankBranches API call. The response includes the bank and the branch data. The bank data is the same as the BankResolverResponse.

    interface BankBranchesResponse {
        data: { bank: v20230901.Bank; branches: { [key: string]: BankBranch } };
        version: string;
    }
    Index
    data: { bank: v20230901.Bank; branches: { [key: string]: BankBranch } }

    The bank and branch data. The branches key is the bank branch code.

    version: string

    The version of the data, in the form of "YYYY-MM-DD" where Y, M, and D represent digits of the year, month, and day the source data became available.