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) 383 B
type AccountRenewalsFeatures = { enable_renewal_account: boolean; enable_multi_pan_account: boolean; enable_companion_account: boolean; use_the_same_card_number: boolean; account_renew_processing_before_No_of_days: number; renew_account_processing_method: number; balance: number; account_status: number[]; }; export type { AccountRenewalsFeatures };