UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

9 lines (8 loc) 288 B
import { BaseBuyInvestmentTransaction } from "./BaseBuyInvestmentTransaction"; /** * Transaction for buying other types of securities. * @see "Section 13.9.2.4.4, OFX Spec" */ export declare class BuyOtherTransaction extends BaseBuyInvestmentTransaction { constructor(); }