HotelListingsResponseStayDates

Parameters

checkInDate

The initial day of the hotel stay in an ISO 8601 Date format YYYY-MM-DD.

checkOutDate

The final day of the hotel stay in an ISO 8601 Date format YYYY-MM-DD.

Constructors

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final LocalDate checkInDate
Link copied to clipboard
private final LocalDate checkOutDate

Functions

Link copied to clipboard
Link copied to clipboard
public final LocalDate getCheckInDate()
Link copied to clipboard
public final LocalDate getCheckOutDate()
Link copied to clipboard