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.

9 lines (8 loc) 299 B
type MobileLinkedAccountOptions = { allow_to_change_account_status: boolean; allow_to_view_card_data: boolean; allow_to_copy_card_data: boolean; allow_to_view_card_transactions: boolean; allow_to_view_credit_limit_balance: boolean; }; export type { MobileLinkedAccountOptions };