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.
14 lines (13 loc) • 622 B
TypeScript
type ActivationFeatures = {
enable_account_activation_fee: boolean;
enable_send_notification_for_new_account_activation_via_email: boolean;
allow_only_one_time_fund_transfer: boolean;
allow_transfer_funds_to_activate_accounts: boolean;
enforce_account_loading_on_activation: boolean;
display_payment_form_options_as_buttons_only: boolean;
auto_close_accounts_when_balance_is_used: boolean;
using_vouchers_loading_to_activate_accounts: boolean;
using_credit_card_to_activate_accounts: boolean;
using_bank_account_to_activate_accounts: boolean;
};
export type { ActivationFeatures };