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: v20250101.Bank; branch: v20250101.BankBranch[] };
    version: string;
}

Properties

Properties

data: { bank: v20250101.Bank; branch: v20250101.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.