UNPKG

payme-integration

Version:

NestJS integration module for Payme payment system

10 lines (9 loc) 229 B
import { TransactionMethods } from '../../types/transaction-methods'; export declare class GetStatementRequestDto { method: TransactionMethods; params: { from: number; to: number; }; id: number; }