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.

13 lines (12 loc) 276 B
import { AccountData, CreditCard } from ".."; type PaymentMethod = { type: number; account: AccountData; credit_card: CreditCard; payment_gateway: null; mada: null; network: null; tabadul: null; castles: null; }; export type { PaymentMethod };