LodgingStayDates

public final class LodgingStayDates

Container for requested dates of stay.

Parameters

checkInDate

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

checkOutDate

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

Constructors

Link copied to clipboard
public LodgingStayDates LodgingStayDates(LocalDate checkInDate, LocalDate checkOutDate)

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
public final static LodgingStayDates.Builder builder()
Link copied to clipboard
public final LocalDate getCheckInDate()
Link copied to clipboard
public final LocalDate getCheckOutDate()
Link copied to clipboard