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.
27 lines (26 loc) • 631 B
TypeScript
type TransactionInquiry = {
start_index: number;
page_size: number;
sort_by: string;
sort_flag: string;
program_id: number;
operation: string;
user_id: number;
status: number;
account_id: number;
transaction_type: string;
currency: string;
from_date: string;
to_date: string;
archive: string;
transaction_id: number;
original_source_id: string;
statement_month: string;
latest: number;
type: number;
supplied_id: number;
time_zone_name: string;
time_zone: string;
transaction_classification: number;
};
export type { TransactionInquiry };