Member Junction
Preparing search index...
@memberjunction/actions-bizapps-accounting
JournalEntryLine
Interface JournalEntryLine
Journal entry line interface
interface
JournalEntryLine
{
accountId
:
string
;
classId
?:
string
;
credit
?:
number
;
debit
?:
number
;
departmentId
?:
string
;
description
?:
string
;
entityId
?:
string
;
entityType
?:
"Customer"
|
"Vendor"
|
"Employee"
;
}
Index
Properties
account
Id
class
Id?
credit?
debit?
department
Id?
description?
entity
Id?
entity
Type?
Properties
account
Id
accountId
:
string
Optional
class
Id
classId
?:
string
Optional
credit
credit
?:
number
Optional
debit
debit
?:
number
Optional
department
Id
departmentId
?:
string
Optional
description
description
?:
string
Optional
entity
Id
entityId
?:
string
Optional
entity
Type
entityType
?:
"Customer"
|
"Vendor"
|
"Employee"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
account
Id
class
Id
credit
debit
department
Id
description
entity
Id
entity
Type
Member Junction
Loading...
Journal entry line interface