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