StayDates

public final class StayDates

Container for information for the stay dates of the rate plan.

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

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