UNPKG
@rudymalhi/intacct-sdk
Version:
latest (1.1.4)
next (1.1.10)
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
Sage Intacct SDK for JavaScript
developer.intacct.com
intacct/intacct-sdk-js
@rudymalhi/intacct-sdk
/
dist
/
Functions
/
AccountsPayable
/
AbstractBillLine.js
12 lines
•
299 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
/** *
@module
Intacct/SDK/Functions/AccountsPayable */
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
class
AbstractBillLine
{
constructor
(
) {
this
.
customFields
= []; } }
exports
.
default
=
AbstractBillLine
;
//# sourceMappingURL=AbstractBillLine.js.map