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.

11 lines (10 loc) 234 B
export default interface IAccountPayload { userId: number | string; financialEntityId: number; nature: string; name: string; number: string; balance: number; chargeable: boolean; extra_data?: string; }