Uses of Class
travel.wink.sdk.affiliate.model.ReportingAncillaryAffiliate
Packages that use ReportingAncillaryAffiliate
-
Uses of ReportingAncillaryAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return ReportingAncillaryAffiliateModifier and TypeMethodDescriptionReportingAncillaryAffiliate.grossAmount(BigDecimal grossAmount) ReportingAncillaryAffiliate.netAmount(BigDecimal netAmount) ReportingAncillaryAffiliate.netAmountWithRefund(BigDecimal netAmountWithRefund) ReportingAncillaryAffiliate.type(ReportingAncillaryAffiliate.TypeEnum type) Methods in travel.wink.sdk.affiliate.model that return types with arguments of type ReportingAncillaryAffiliateModifier and TypeMethodDescription@Valid List<ReportingAncillaryAffiliate> BookingAffiliate.getReportingAncillaryList()Get reportingAncillaryListMethods in travel.wink.sdk.affiliate.model with parameters of type ReportingAncillaryAffiliateModifier and TypeMethodDescriptionBookingAffiliate.addReportingAncillaryListItem(ReportingAncillaryAffiliate reportingAncillaryListItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type ReportingAncillaryAffiliateModifier and TypeMethodDescriptionBookingAffiliate.reportingAncillaryList(List<ReportingAncillaryAffiliate> reportingAncillaryList) voidBookingAffiliate.setReportingAncillaryList(List<ReportingAncillaryAffiliate> reportingAncillaryList)