Uses of Class
travel.wink.sdk.booking.model.DailyRateAgent
Packages that use DailyRateAgent
-
Uses of DailyRateAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return DailyRateAgentModifier and TypeMethodDescriptionDailyRateAgent.capturePrice(MoneysAgent capturePrice) DailyRateAgent.displayPrice(MoneysAgent displayPrice) DailyRateAgent.internalPrice(MoneysAgent internalPrice) DailyRateAgent.price(MoneysAgent price) DailyRateAgent.supplierPrice(MoneysAgent supplierPrice) Methods in travel.wink.sdk.booking.model that return types with arguments of type DailyRateAgentModifier and TypeMethodDescription@Valid List<DailyRateAgent>BookingContractItemAgent.getDailyRateList()Get dailyRateListMethods in travel.wink.sdk.booking.model with parameters of type DailyRateAgentModifier and TypeMethodDescriptionBookingContractItemAgent.addDailyRateListItem(DailyRateAgent dailyRateListItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type DailyRateAgentModifier and TypeMethodDescriptionBookingContractItemAgent.dailyRateList(List<DailyRateAgent> dailyRateList) voidBookingContractItemAgent.setDailyRateList(List<DailyRateAgent> dailyRateList)