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

    Interface BankResolverResponse

    An BankResolverResponse describes a response to getBank API call.

    interface BankResolverResponse {
        data: v20240101.Bank;
        version: string;
    }
    Index

    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.