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.

10 lines (9 loc) 332 B
type AccountPurchasesFeatures = { purchase_fee_value: string; enable_account_purchases: boolean; enable_two_step_purchase_process: boolean; enable_two_step_purchase_confirmation_notes: boolean; enable_purchase_fee: boolean; disable_account_loading_fees: boolean; }; export type { AccountPurchasesFeatures };