Sage Intacct SDK for JavaScript
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Abstract
Project
Abstract
Task
Abstract
Timesheet
Abstract
Timesheet
Entry
constructor
_control
Id
billable
class
Id
contract
Id
custom
Fields
customer
Id
department
Id
description
entry
Date
item
Id
line
Record
No
location
Id
notes
override
Billing
Rate
override
Labor
Cost
Rate
project
Id
quantity
task
Record
No
time
Type
Name
vendor
Id
warehouse
Id
control
Id
write
Xml
Decline
Timesheet
Project
Create
Project
Delete
Project
Update
Task
Create
Task
Delete
Task
Update
Timesheet
Approve
Timesheet
Create
Timesheet
Delete
Timesheet
Entry
Create
Timesheet
Entry
Update
Timesheet
Update
Hierarchy
AbstractFunction
AbstractTimesheetEntry
TimesheetEntryCreate
TimesheetEntryUpdate
Implements
IFunction
IXmlObject
Index
Constructors
constructor
Properties
_control
Id
billable
class
Id
contract
Id
custom
Fields
customer
Id
department
Id
description
entry
Date
item
Id
line
Record
No
location
Id
notes
override
Billing
Rate
override
Labor
Cost
Rate
project
Id
quantity
task
Record
No
time
Type
Name
vendor
Id
warehouse
Id
Accessors
control
Id
Methods
write
Xml
Constructors
constructor
new
Abstract
Timesheet
Entry
(
controlId
?:
string
)
:
AbstractTimesheetEntry
Parameters
Optional
controlId:
string
Returns
AbstractTimesheetEntry
Properties
Protected
_control
Id
_control
Id
:
string
billable
billable
:
boolean
class
Id
class
Id
:
string
contract
Id
contract
Id
:
string
custom
Fields
custom
Fields
:
Array
<
[
string
,
any
]
>
= []
customer
Id
customer
Id
:
string
department
Id
department
Id
:
string
description
description
:
string
entry
Date
entry
Date
:
Date
item
Id
item
Id
:
string
line
Record
No
line
Record
No
:
number
location
Id
location
Id
:
string
notes
notes
:
string
override
Billing
Rate
override
Billing
Rate
:
number
override
Labor
Cost
Rate
override
Labor
Cost
Rate
:
number
project
Id
project
Id
:
string
quantity
quantity
:
number
task
Record
No
task
Record
No
:
number
time
Type
Name
time
Type
Name
:
string
vendor
Id
vendor
Id
:
string
warehouse
Id
warehouse
Id
:
string
Accessors
control
Id
get
controlId
(
)
:
string
set
controlId
(
controlId
:
string
)
:
void
Returns
string
Parameters
controlId:
string
Returns
void
Methods
Abstract
write
Xml
write
Xml
(
xml
:
IaXmlWriter
)
:
void
Parameters
xml:
IaXmlWriter
Returns
void
Generated using
TypeDoc