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

    Interface BankBranchResolverResponse

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

    interface BankBranchResolverResponse {
        data: { bank: v20240101.Bank; branch: v20240101.BankBranch };
        version: string;
    }
    Index

    Properties

    Properties

    data: { bank: v20240101.Bank; branch: v20240101.BankBranch }

    The bank and branch data.

    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.