Uses of Class
travel.wink.sdk.affiliate.model.ReportingExtraChargeAffiliate
Packages that use ReportingExtraChargeAffiliate
-
Uses of ReportingExtraChargeAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return ReportingExtraChargeAffiliateModifier and TypeMethodDescriptionReportingExtraChargeAffiliate.description(String description) ReportingExtraChargeAffiliate.grossAmount(BigDecimal grossAmount) ReportingExtraChargeAffiliate.netAmount(BigDecimal netAmount) ReportingExtraChargeAffiliate.netAmountWithRefund(BigDecimal netAmountWithRefund) Methods in travel.wink.sdk.affiliate.model that return types with arguments of type ReportingExtraChargeAffiliateModifier and TypeMethodDescription@Valid List<ReportingExtraChargeAffiliate> BookingAffiliate.getReportingExtraChargeList()Get reportingExtraChargeListMethods in travel.wink.sdk.affiliate.model with parameters of type ReportingExtraChargeAffiliateModifier and TypeMethodDescriptionBookingAffiliate.addReportingExtraChargeListItem(ReportingExtraChargeAffiliate reportingExtraChargeListItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type ReportingExtraChargeAffiliateModifier and TypeMethodDescriptionBookingAffiliate.reportingExtraChargeList(List<ReportingExtraChargeAffiliate> reportingExtraChargeList) voidBookingAffiliate.setReportingExtraChargeList(List<ReportingExtraChargeAffiliate> reportingExtraChargeList)