Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

intacct

trainerbill4MIT0.0.0TypeScript support: included

intacct

readme

Build Status Coverage Status MIT license

Setup

import { Intacct } from './intacct';

let intacct = new Intacct({
    senderid: '****',
    senderpassword: '****',
    userid: '****',
    userpassword: '****',
    company: '****'
});

intacct.invoice.query().then(console.log);