Uses of Class
io.trippay.sdk.payment.model.PricedDailyRate
Packages that use PricedDailyRate
-
Uses of PricedDailyRate in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return PricedDailyRateModifier and TypeMethodDescriptionPricedDailyRate.displayPrice(Moneys displayPrice) PricedDailyRate.internalPrice(Moneys internalPrice) PricedDailyRate.supplierPrice(Moneys supplierPrice) Methods in io.trippay.sdk.payment.model that return types with arguments of type PricedDailyRateModifier and TypeMethodDescription@Valid List<PricedDailyRate>PricedSupplierContractItem.getDailyRateList()Get dailyRateListMethods in io.trippay.sdk.payment.model with parameters of type PricedDailyRateModifier and TypeMethodDescriptionPricedSupplierContractItem.addDailyRateListItem(PricedDailyRate dailyRateListItem) Method parameters in io.trippay.sdk.payment.model with type arguments of type PricedDailyRateModifier and TypeMethodDescriptionPricedSupplierContractItem.dailyRateList(List<PricedDailyRate> dailyRateList) voidPricedSupplierContractItem.setDailyRateList(List<PricedDailyRate> dailyRateList)