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