UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

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