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(CustomMonetaryAmount capturePrice) DailyRate.displayPrice(CustomMonetaryAmount displayPrice) DailyRate.internalPrice(CustomMonetaryAmount internalPrice) DailyRate.price(CustomMonetaryAmount price) DailyRate.supplierPrice(CustomMonetaryAmount supplierPrice) Methods in io.trippay.sdk.payment.model that return types with arguments of type DailyRateModifier and TypeMethodDescriptionBookingContractItem.getDailyRateList()Get dailyRateListPricedSupplierContractItemWithAcquirer.getDailyRateList()Get dailyRateListMethods in io.trippay.sdk.payment.model with parameters of type DailyRateModifier and TypeMethodDescriptionBookingContractItem.addDailyRateListItem(DailyRate dailyRateListItem) PricedSupplierContractItemWithAcquirer.addDailyRateListItem(DailyRate dailyRateListItem) Method parameters in io.trippay.sdk.payment.model with type arguments of type DailyRateModifier and TypeMethodDescriptionBookingContractItem.dailyRateList(List<DailyRate> dailyRateList) PricedSupplierContractItemWithAcquirer.dailyRateList(List<DailyRate> dailyRateList) voidBookingContractItem.setDailyRateList(List<DailyRate> dailyRateList) voidPricedSupplierContractItemWithAcquirer.setDailyRateList(List<DailyRate> dailyRateList)