@theredspace/spp-client
Preparing search index...
Costcenter
Interface Costcenter
Cost center for grouping expenses. Supports Add, Read, Modify, Upsert, Delete.
interface
Costcenter
{
active
:
"0"
|
"1"
;
code
?:
string
;
created
:
DateContainer
;
externalid
?:
string
;
id
:
string
;
name
:
string
;
notes
?:
string
;
picklist_label
?:
string
;
updated
:
DateContainer
;
}
Index
Properties
active
code?
created
externalid?
id
name
notes?
picklist_
label?
updated
Properties
active
active
:
"0"
|
"1"
Optional
code
code
?:
string
created
created
:
DateContainer
Optional
externalid
externalid
?:
string
id
id
:
string
name
name
:
string
Optional
notes
notes
?:
string
Optional
picklist_
label
picklist_label
?:
string
updated
updated
:
DateContainer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
code
created
externalid
id
name
notes
picklist_
label
updated
@theredspace/spp-client
Loading...
Cost center for grouping expenses. Supports Add, Read, Modify, Upsert, Delete.