UNPKG

@bakesaled/muster

Version:

A tool that collects your financial information from the web.

8 lines (7 loc) 299 B
import { OfxOptions } from './ofx-options'; export declare class OfxService { static buildAccountListRequest(options: OfxOptions): string; static buildStatementRequest(options: OfxOptions, debug?: boolean): string; private static getOfxHeaders; private static getSignOnMsg; }