@theredspace/spp-client
Preparing search index...
BookingType
Interface BookingType
Classifies bookings (e.g. billable, non-billable). Supports Add, Read, Modify, Upsert.
interface
BookingType
{
active
:
"0"
|
"1"
;
approval_status
?:
"S"
|
"A"
|
"R"
|
"O"
;
created
:
DateContainer
;
default_for_approval_status
?:
"0"
|
"1"
;
id
:
string
;
name
:
string
;
notes
?:
string
;
picklist_label
?:
string
;
priority
?:
number
;
updated
:
DateContainer
;
}
Index
Properties
active
approval_
status?
created
default_
for_
approval_
status?
id
name
notes?
picklist_
label?
priority?
updated
Properties
active
active
:
"0"
|
"1"
Optional
approval_
status
approval_status
?:
"S"
|
"A"
|
"R"
|
"O"
created
created
:
DateContainer
Optional
default_
for_
approval_
status
default_for_approval_status
?:
"0"
|
"1"
id
id
:
string
name
name
:
string
Optional
notes
notes
?:
string
Optional
picklist_
label
picklist_label
?:
string
Optional
priority
priority
?:
number
updated
updated
:
DateContainer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
active
approval_
status
created
default_
for_
approval_
status
id
name
notes
picklist_
label
priority
updated
@theredspace/spp-client
Loading...
Classifies bookings (e.g. billable, non-billable). Supports Add, Read, Modify, Upsert.