UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

10 lines (9 loc) 163 B
/** * @see "OFX Spec, Section 11.3.1.1" */ export declare enum AccountType { CHECKING = 0, SAVINGS = 1, MONEYMRKT = 2, CREDITLINE = 3 }