UNPKG

ggez-banking-sdk

Version:

A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.

14 lines (13 loc) 300 B
interface IPayInData { amount: number; currency: string; senderAccountNumber: string; sortCode: string; accountHolder: string; bankName: string; iban: string; internalAccountId: string; swiftCode: string; accountHolderId: string; } export type { IPayInData };