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.

11 lines (10 loc) 269 B
type SecurityProgramTransactionBlockingRules = { program_id: number; bin_id: number; rule_key: string; value: string; block_response_code: string; create_date: Date; notes: string; }; export type { SecurityProgramTransactionBlockingRules };