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.

13 lines (12 loc) 549 B
type SecurityFeatures = { enable_pin_display_after_account_activation: boolean; enable_user_to_display_pin_from_account_section: boolean; enable_user_to_change_pin_from_account_section: boolean; enable_view_security_code_on_web_service_response: boolean; enable_service_code: boolean; hide_copy_card_information_link: boolean; service_code_value: string; return_account_pin_code_as_clear_text_on_web_service: boolean; return_card_information_as_image_on_web_service: boolean; }; export type { SecurityFeatures };