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.

7 lines (6 loc) 196 B
type CardOption = { allow_user_to_set_predefined_pin_code: boolean; allow_user_to_set_name_on_card: boolean; allow_user_to_set_extra_embossing: boolean; }; export type { CardOption };