Uses of Class
travel.wink.sdk.affiliate.model.ReportingDailyRateAffiliate
Packages that use ReportingDailyRateAffiliate
-
Uses of ReportingDailyRateAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return ReportingDailyRateAffiliateModifier and TypeMethodDescriptionReportingDailyRateAffiliate.baseAmount(BigDecimal baseAmount) ReportingDailyRateAffiliate.grossAmount(BigDecimal grossAmount) ReportingDailyRateAffiliate.netAmount(BigDecimal netAmount) ReportingDailyRateAffiliate.netAmountWithRefund(BigDecimal netAmountWithRefund) Methods in travel.wink.sdk.affiliate.model that return types with arguments of type ReportingDailyRateAffiliateModifier and TypeMethodDescription@Valid List<ReportingDailyRateAffiliate> BookingAffiliate.getReportingDailyRateList()Get reportingDailyRateListMethods in travel.wink.sdk.affiliate.model with parameters of type ReportingDailyRateAffiliateModifier and TypeMethodDescriptionBookingAffiliate.addReportingDailyRateListItem(ReportingDailyRateAffiliate reportingDailyRateListItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type ReportingDailyRateAffiliateModifier and TypeMethodDescriptionBookingAffiliate.reportingDailyRateList(List<ReportingDailyRateAffiliate> reportingDailyRateList) voidBookingAffiliate.setReportingDailyRateList(List<ReportingDailyRateAffiliate> reportingDailyRateList)