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.

14 lines (13 loc) 309 B
export default interface ITransaction { id: number; date: number; charge: boolean; description: string; amount: number; categoryId: number; dateCreated: number | null; lastUpdated: number | null; accountId: number; accountProviderId: string; calculable: boolean; }