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

    Interface BanksResponse

    An BanksResponse describes a response to getBanks API call.

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

    Properties

    Properties

    data: v20240101.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.