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.

16 lines (15 loc) 379 B
import { ApiDate } from "../../types"; export default interface IAccount { userId: number; id: number; financialEntityId: number; name: string; nature: string; number: string; balance: number; chargeable: boolean; dateCreated?: ApiDate; lastUpdated?: ApiDate; providerId?: string | null; extra_data?: Map<string, string> | null; }