An BanksResponse describes a response to getBanks API call.

interface BanksResponse {
    data: v20230901.Bank[];
    version: string;
}

Properties

Properties

data: v20230901.Bank[]

The set of the bank 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.