@theredspace/spp-client
Preparing search index...
Costtype
Interface Costtype
Type of cost (labor, expense, etc.). Supports Add, Read, Modify, Upsert, Delete.
interface
Costtype
{
active
:
"0"
|
"1"
;
created
:
string
;
id
:
string
;
name
:
string
;
notes
?:
string
;
updated
:
string
;
}
Index
Properties
active
created
id
name
notes?
updated
Properties
active
active
:
"0"
|
"1"
created
created
:
string
id
id
:
string
name
name
:
string
Optional
notes
notes
?:
string
updated
updated
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
created
id
name
notes
updated
@theredspace/spp-client
Loading...
Type of cost (labor, expense, etc.). Supports Add, Read, Modify, Upsert, Delete.