Member Junction
Preparing search index...
@memberjunction/actions-bizapps-accounting
GLCode
Interface GLCode
Interface for a GL Code (Chart of Accounts) entry
interface
GLCode
{
active
:
boolean
;
code
:
string
;
currentBalance
:
number
;
fullyQualifiedName
:
string
;
id
:
string
;
level
:
number
;
name
:
string
;
normalBalance
:
"Debit"
|
"Credit"
;
parentId
?:
string
;
subType
:
string
;
type
:
string
;
}
Index
Properties
active
code
current
Balance
fully
Qualified
Name
id
level
name
normal
Balance
parent
Id?
sub
Type
type
Properties
active
active
:
boolean
code
code
:
string
current
Balance
currentBalance
:
number
fully
Qualified
Name
fullyQualifiedName
:
string
id
id
:
string
level
level
:
number
name
name
:
string
normal
Balance
normalBalance
:
"Debit"
|
"Credit"
Optional
parent
Id
parentId
?:
string
sub
Type
subType
:
string
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
code
current
Balance
fully
Qualified
Name
id
level
name
normal
Balance
parent
Id
sub
Type
type
Member Junction
Loading...
Interface for a GL Code (Chart of Accounts) entry