Uses of Class
travel.wink.sdk.payment.model.DailyRate
Packages that use DailyRate
-
Uses of DailyRate in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return DailyRateModifier and TypeMethodDescriptionDailyRate.capturePrice(Moneys capturePrice) DailyRate.date(OffsetDateTime date) DailyRate.displayPrice(Moneys displayPrice) DailyRate.internalPrice(Moneys internalPrice) DailyRate.supplierPrice(Moneys supplierPrice) Methods in travel.wink.sdk.payment.model that return types with arguments of type DailyRateMethods in travel.wink.sdk.payment.model with parameters of type DailyRateModifier and TypeMethodDescriptionBookingContractItem.addDailyRateListItem(DailyRate dailyRateListItem) Method parameters in travel.wink.sdk.payment.model with type arguments of type DailyRateModifier and TypeMethodDescriptionBookingContractItem.dailyRateList(List<DailyRate> dailyRateList) voidBookingContractItem.setDailyRateList(List<DailyRate> dailyRateList)