NexSDK
GitHub
Coding Standards
Preparing search index...
PricePreviewResponse
Interface PricePreviewResponse
interface
PricePreviewResponse
{
breakdown
:
NightlyPrice
[]
;
check_in_date
:
string
;
check_out_date
:
string
;
nights
:
number
;
total_price
:
string
;
}
Index
Properties
breakdown
check_
in_
date
check_
out_
date
nights
total_
price
Properties
breakdown
breakdown
:
NightlyPrice
[]
check_
in_
date
check_in_date
:
string
check_
out_
date
check_out_date
:
string
nights
nights
:
number
total_
price
total_price
:
string
Pattern
^(?!^[-+.]
$)[+-]?0
\d*.?\d*$
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
breakdown
check_
in_
date
check_
out_
date
nights
total_
price
GitHub
Coding Standards
NexSDK
Loading...
Pattern
^(?!^[-+.]$)[+-]?0\d*.?\d*$