UNPKG

open-banking-pfm-sdk

Version:

The Open Banking PFM SDK uses Client classes and with **Promises** to get responses from the Open Banking PFM API in an easier way and structured as data models.

9 lines (8 loc) 190 B
export default interface IBank { bankId: string; name: string; imagePath: string; financialEntityId: number; isBankAggregation: boolean; hasActiveConsent: boolean; }