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.

9 lines (8 loc) 279 B
type MobileAccountOptions = { enable_renewal_account: boolean; enable_multi_pan_account: boolean; enable_companion_account: boolean; enable_renewal_account_activation: boolean; renew_account_before_No_of_days: number; }; export type { MobileAccountOptions };