@theredspace/spp-client
Preparing search index...
PendingBooking
Interface PendingBooking
interface
PendingBooking
{
approval_status
:
"S"
|
"A"
|
"R"
|
"O"
;
as_percentage
:
0
|
1
;
booking_type_id
?:
number
;
created
:
DateContainer
;
customer_id
?:
number
;
date_approved
?:
DateContainer
;
date_submitted
?:
DateContainer
;
enddate
?:
DateContainer
;
hours
?:
number
;
id
:
number
;
notes
?:
string
;
percentage
?:
number
;
project_id
?:
number
;
project_task_id
?:
number
;
startdate
:
DateContainer
;
updated
:
DateContainer
;
}
Index
Properties
approval_
status
as_
percentage
booking_
type_
id?
created
customer_
id?
date_
approved?
date_
submitted?
enddate?
hours?
id
notes?
percentage?
project_
id?
project_
task_
id?
startdate
updated
Properties
approval_
status
approval_status
:
"S"
|
"A"
|
"R"
|
"O"
as_
percentage
as_percentage
:
0
|
1
Optional
booking_
type_
id
booking_type_id
?:
number
created
created
:
DateContainer
Optional
customer_
id
customer_id
?:
number
Optional
date_
approved
date_approved
?:
DateContainer
Optional
date_
submitted
date_submitted
?:
DateContainer
Optional
enddate
enddate
?:
DateContainer
Optional
hours
hours
?:
number
id
id
:
number
Optional
notes
notes
?:
string
Optional
percentage
percentage
?:
number
Optional
project_
id
project_id
?:
number
Optional
project_
task_
id
project_task_id
?:
number
startdate
startdate
:
DateContainer
updated
updated
:
DateContainer
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
approval_
status
as_
percentage
booking_
type_
id
created
customer_
id
date_
approved
date_
submitted
enddate
hours
id
notes
percentage
project_
id
project_
task_
id
startdate
updated
@theredspace/spp-client
Loading...