intacct
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

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);
 

Readme

Keywords

none

Package Sidebar

Install

npm i intacct

Weekly Downloads

0

Version

0.0.0

License

MIT

Last publish

Collaborators

  • trainerbill