Uses of Class
travel.wink.sdk.booking.model.PropertyPolicyBooker
Packages that use PropertyPolicyBooker
-
Uses of PropertyPolicyBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PropertyPolicyBookerModifier and TypeMethodDescriptionPropertyPolicyBooker.checkInTime(String checkInTime) PropertyPolicyBooker.checkOutTime(String checkOutTime) PropertyPolicyBooker.childrenAllowed(Boolean childrenAllowed) PropertyPolicyBooker.childrenMinimumAge(Integer childrenMinimumAge) @Valid PropertyPolicyBookerPropertyAggregateLightweightBooker.getPolicy()Basic property policy record.@NotNull @Valid PropertyPolicyBookerRoomStayBooker.getPolicy()Property policy information.PropertyPolicyBooker.internetAvailability(PropertyPolicyBooker.InternetAvailabilityEnum internetAvailability) PropertyPolicyBooker.internetConnectionLocation(PropertyPolicyBooker.InternetConnectionLocationEnum internetConnectionLocation) PropertyPolicyBooker.internetConnectionType(PropertyPolicyBooker.InternetConnectionTypeEnum internetConnectionType) PropertyPolicyBooker.parkingAccess(PropertyPolicyBooker.ParkingAccessEnum parkingAccess) PropertyPolicyBooker.parkingAvailability(PropertyPolicyBooker.ParkingAvailabilityEnum parkingAvailability) PropertyPolicyBooker.petCharge(CustomMonetaryAmount petCharge) PropertyPolicyBooker.petMaxWeightInKilos(Integer petMaxWeightInKilos) PropertyPolicyBooker.petsAllowed(Boolean petsAllowed) Methods in travel.wink.sdk.booking.model with parameters of type PropertyPolicyBookerModifier and TypeMethodDescriptionPropertyAggregateLightweightBooker.policy(PropertyPolicyBooker policy) RoomStayBooker.policy(PropertyPolicyBooker policy) voidPropertyAggregateLightweightBooker.setPolicy(PropertyPolicyBooker policy) voidRoomStayBooker.setPolicy(PropertyPolicyBooker policy)