Uses of Class
travel.wink.sdk.channel.manager.model.PropertyRoomRate
Packages that use PropertyRoomRate
-
Uses of PropertyRoomRate in travel.wink.sdk.channel.manager.model
Methods in travel.wink.sdk.channel.manager.model that return PropertyRoomRateModifier and TypeMethodDescriptionPropertyRoomRate.baseRate(CustomMonetaryAmount baseRate) PropertyRoomRate.extraChildRateModifier(VariableCharge extraChildRateModifier) PropertyRoomRate.extraPaxRateModifier(VariableCharge extraPaxRateModifier) @NotNull @Valid PropertyRoomRatePropertyRoomRateWithRateList.getRoom()Get roomPropertyRoomRate.guestRoomIdentifier(String guestRoomIdentifier) PropertyRoomRate.guestRoomName(String guestRoomName) PropertyRoomRate.identifier(String identifier) PropertyRoomRate.includedAdultOccupancy(Integer includedAdultOccupancy) PropertyRoomRate.includedChildOccupancy(Integer includedChildOccupancy) PropertyRoomRate.maxAdultOccupancy(Integer maxAdultOccupancy) PropertyRoomRate.maxChildOccupancy(Integer maxChildOccupancy) PropertyRoomRate.maxOccupancy(Integer maxOccupancy) PropertyRoomRate.minOccupancy(Integer minOccupancy) PropertyRoomRate.propertyIdentifier(String propertyIdentifier) PropertyRoomRate.ratePlanIdentifier(String ratePlanIdentifier) PropertyRoomRate.ratePlanName(String ratePlanName) PropertyRoomRate.singleOccupancyRateModifier(VariableCharge singleOccupancyRateModifier) Methods in travel.wink.sdk.channel.manager.model that return types with arguments of type PropertyRoomRateModifier and TypeMethodDescription@Valid List<PropertyRoomRate> PropertyWithRoomRateList.getList()Get _listMethods in travel.wink.sdk.channel.manager.model with parameters of type PropertyRoomRateModifier and TypeMethodDescriptionPropertyWithRoomRateList.addListItem(PropertyRoomRate _listItem) PropertyRoomRateWithRateList.room(PropertyRoomRate room) voidPropertyRoomRateWithRateList.setRoom(PropertyRoomRate room) Method parameters in travel.wink.sdk.channel.manager.model with type arguments of type PropertyRoomRateModifier and TypeMethodDescriptionPropertyWithRoomRateList._list(List<PropertyRoomRate> _list) voidPropertyWithRoomRateList.setList(List<PropertyRoomRate> _list)