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.

19 lines (18 loc) 411 B
type OrganizationInfo = { id: number; program_id: number; entity: number; entity_id: number; name: string; local_name: string; status: number; verification_status: number; type: number; business_type: number; server_date: string; date_utc: string; client_date: string; source_time_zone: string; source_id: string; }; export type { OrganizationInfo };