UNPKG

finerio-pfm-unnax

Version:

This SDK lets you connect to [Finerio PFM API Unnax](http://ec2-3-16-174-50.us-east-2.compute.amazonaws.com:8082/swagger-ui/index.html#/) in an easier way.

12 lines (11 loc) 259 B
export default interface IResumeTransaction { id: number; accountId: number; charge: boolean; description: string; amount: number; date: number; dateCreated: number | null; lastUpdated: number | null; categoryId: number; }