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.

17 lines (16 loc) 656 B
type CompanionAccountFeatures = { enable_companion_account: boolean; enable_companion_request_expiry_no_of_Days: boolean; enable_account_name: boolean; enable_account_activation_label: boolean; enable_activation_description: boolean; enable_activation_page_notes: boolean; allow_user_to_update_companion_account_status: boolean; allow_companion_num: boolean; allow_under_age_family_member: boolean; allow_adult_family_member: boolean; allow_friend_and_coworker: boolean; companion_num_value: number; companion_account_request_expiry_no_of_Days_value: number; }; export type { CompanionAccountFeatures };