NexSDK
GitHub
Coding Standards
Preparing search index...
RateResponse
Interface RateResponse
interface
RateResponse
{
created_at
:
string
;
end_date
:
string
;
id
:
string
;
label
:
RateResponseLabel
;
price_per_night
:
string
;
priority
:
number
;
property_id
:
string
;
room_id
:
string
;
start_date
:
string
;
updated_at
:
string
;
}
Index
Properties
created_
at
end_
date
id
label
price_
per_
night
priority
property_
id
room_
id
start_
date
updated_
at
Properties
created_
at
created_at
:
string
end_
date
end_date
:
string
id
id
:
string
label
label
:
RateResponseLabel
price_
per_
night
price_per_night
:
string
Pattern
^(?!^[-+.]
$)[+-]?0
\d*.?\d*$
priority
priority
:
number
property_
id
property_id
:
string
room_
id
room_id
:
string
start_
date
start_date
:
string
updated_
at
updated_at
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
created_
at
end_
date
id
label
price_
per_
night
priority
property_
id
room_
id
start_
date
updated_
at
GitHub
Coding Standards
NexSDK
Loading...
Pattern
^(?!^[-+.]$)[+-]?0\d*.?\d*$