DateType
Indicates the type of dates
enum DateType {
ARRIVAL
BOOKING
}
Values
DateType.ARRIVAL
Arrival Date
DateType.BOOKING
Booking Creation
Indicates the type of dates
enum DateType {
ARRIVAL
BOOKING
}
DateType.ARRIVAL
Arrival Date
DateType.BOOKING
Booking Creation