An BankResolverResponse describes a response to getBank API call.

interface BankResolverResponse {
    data: v20230901.Bank;
    version: string;
}

Properties

Properties

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.