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.
20 lines (19 loc) • 501 B
TypeScript
type BinInfo = {
id: number;
program_id: number;
base_bin_id: number;
status: boolean;
type: number;
generation_type: number;
is_auto_generated: boolean;
number: string;
currency: string;
points_bin_currency: string;
balance: number;
total_accounts_balances: number;
total_accounts_available_balances: number;
float_balance: number;
primary_account_balance: number;
primary_account_available_balance: number;
};
export type { BinInfo };