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.
26 lines (25 loc) • 1.28 kB
TypeScript
type ActivationSetup = {
activate_accounts_from_supplied_accounts_table: boolean;
allow_users_to_obtain_supplied_account_without_having_card_number: boolean;
auto_add_currency_and_activate_accounts_on_signup: boolean;
auto_activate_accounts_on_signup: boolean;
auto_activate_status: number;
number_of_allowed_accounts_value: number;
auto_generation_prefix_value: string;
auto_generation_expiry_number_of_months_value: number;
user_account_activation_method: number;
hide_request_account_link: boolean;
hide_activate_account: boolean;
number_of_allowed_physical_companion_cards_per_account: number;
number_of_allowed_virtual_companion_cards_per_account: number;
number_of_allowed_physical_pan_cards_per_account: number;
number_of_allowed_virtual_pan_cards_per_account: number;
hide_request_virtual_companion_cards: boolean;
hide_request_physical_companion_cards: boolean;
hide_request_virtual_pan_cards: boolean;
hide_request_physical_pan_cards: boolean;
auto_activate_account_when_user_meet_bin_requirement: boolean;
auto_activate_account_when_user_meet_bin_requirement_status: number;
auto_activate_account_when_user_meet_bin_requirement_fulfilment: number;
};
export type { ActivationSetup };