NexSDK
GitHub
Coding Standards
Preparing search index...
BookingResponse
Interface BookingResponse
interface
BookingResponse
{
cancellation_refund_amount
:
BookingResponseCancellationRefundAmount
;
cancellation_refund_percent
:
BookingResponseCancellationRefundPercent
;
cancelled_at
:
BookingResponseCancelledAt
;
cancelled_by
:
BookingResponseCancelledBy
;
check_in_date
:
string
;
check_out_date
:
string
;
created_at
:
string
;
guest_id
:
string
;
id
:
string
;
idempotency_key
:
BookingResponseIdempotencyKey
;
notes
:
BookingResponseNotes
;
num_guests
:
number
;
property_id
:
string
;
room_id
:
string
;
status
:
string
;
total_price
:
string
;
updated_at
:
string
;
}
Index
Properties
cancellation_
refund_
amount
cancellation_
refund_
percent
cancelled_
at
cancelled_
by
check_
in_
date
check_
out_
date
created_
at
guest_
id
id
idempotency_
key
notes
num_
guests
property_
id
room_
id
status
total_
price
updated_
at
Properties
cancellation_
refund_
amount
cancellation_refund_amount
:
BookingResponseCancellationRefundAmount
cancellation_
refund_
percent
cancellation_refund_percent
:
BookingResponseCancellationRefundPercent
cancelled_
at
cancelled_at
:
BookingResponseCancelledAt
cancelled_
by
cancelled_by
:
BookingResponseCancelledBy
check_
in_
date
check_in_date
:
string
check_
out_
date
check_out_date
:
string
created_
at
created_at
:
string
guest_
id
guest_id
:
string
id
id
:
string
idempotency_
key
idempotency_key
:
BookingResponseIdempotencyKey
notes
notes
:
BookingResponseNotes
num_
guests
num_guests
:
number
property_
id
property_id
:
string
room_
id
room_id
:
string
status
status
:
string
total_
price
total_price
:
string
Pattern
^(?!^[-+.]
$)[+-]?0
\d*.?\d*$
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cancellation_
refund_
amount
cancellation_
refund_
percent
cancelled_
at
cancelled_
by
check_
in_
date
check_
out_
date
created_
at
guest_
id
id
idempotency_
key
notes
num_
guests
property_
id
room_
id
status
total_
price
updated_
at
GitHub
Coding Standards
NexSDK
Loading...
Pattern
^(?!^[-+.]$)[+-]?0\d*.?\d*$