UNPKG

notbank

Version:
15 lines (14 loc) 397 B
import { IntTransactionSubType } from "../enums/intTransactionSubType" import { IntTransactionType } from "../enums/intTransactionType" export interface GetTransactionsRequest { from_date?: string to_date?: string sort?: string currency?: string page?: number page_size?: number user_id?: string account_id?: string type?: IntTransactionType sub_type?: IntTransactionSubType }