UNPKG

pluggy-sdk

Version:

Official Node.js/TypeScript SDK for the Pluggy API.

10 lines (9 loc) 181 B
export type PaymentInstitution = { id: string; name: string; tradeName: string; ispb: string; compe: string | null; createdAt: Date; updatedAt: Date; };