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) 266 B
type BillingAddress = { id: number; address_line1: string; address_line2: string; postal_zip_code: string; state_region: string; city_town: string; country_code: string; verification_status: string; }; export type { BillingAddress };