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.

12 lines (11 loc) 252 B
type VirtualCardsContent = { language_id: number; localization_id: number; address_1: string; address_2: string; postal_code: string; state: string; city: string; country: string; }; export type { VirtualCardsContent };