toggle menu
xap-sdk
1.0.0
JVM
switch theme
search in API
xap-sdk
/
com.expediagroup.sdk.xap.models
/
RoomRatesNightlyRatesInner
Room
Rates
Nightly
Rates
Inner
public
final
class
RoomRatesNightlyRatesInner
Parameters
stay
Date
One date of the property stay
base
Rate
Nightly Base Rate for the selected date of stay.
Members
Constructors
Room
Rates
Nightly
Rates
Inner
Link copied to clipboard
public
RoomRatesNightlyRatesInner
RoomRatesNightlyRatesInner
(
Object
stayDate
,
Object
baseRate
)
Types
Builder
Link copied to clipboard
public
final
class
Builder
Properties
base
Rate
Link copied to clipboard
@
Valid
(
)
private
final
Object
baseRate
stay
Date
Link copied to clipboard
@
Valid
(
)
private
final
Object
stayDate
Functions
builder
Link copied to clipboard
public
final
static
RoomRatesNightlyRatesInner.Builder
builder
(
)
get
Base
Rate
Link copied to clipboard
public
final
Object
getBaseRate
(
)
get
Stay
Date
Link copied to clipboard
public
final
Object
getStayDate
(
)
to
Builder
Link copied to clipboard
public
final
RoomRatesNightlyRatesInner.Builder
toBuilder
(
)