FlightsV3HotelPolicies

public final class FlightsV3HotelPolicies

Container for Hotel policy information.

Parameters

checkInStartTime

Beginning of the standard check-in window on the check in date, stated in the local time of the property.

checkInEndTime

End of the standard check-in window on the check in date, stated in the local time of the property.

checkOutTime

Customers must check out before this time on the check out date, expressed in the local time of the property.

petPolicies

The policy of the property toward having pets stay with guests.

childrenAndExtraBedsPolicies

The policy of the property for having children stay at the property, as well as for including extra beds in the room.

Constructors

Link copied to clipboard
public FlightsV3HotelPolicies FlightsV3HotelPolicies(String checkInStartTime, String checkInEndTime, String checkOutTime, List<String> petPolicies, List<String> childrenAndExtraBedsPolicies)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String checkInEndTime
Link copied to clipboard
@Valid()
private final String checkInStartTime
Link copied to clipboard
@Valid()
private final String checkOutTime
Link copied to clipboard
@Valid()
private final List<String> childrenAndExtraBedsPolicies
Link copied to clipboard
@Valid()
private final List<String> petPolicies

Functions

Link copied to clipboard
Link copied to clipboard
public final String getCheckInEndTime()
Link copied to clipboard
public final String getCheckInStartTime()
Link copied to clipboard
public final String getCheckOutTime()
Link copied to clipboard
public final List<String> getPetPolicies()
Link copied to clipboard