Uses of Class
travel.wink.sdk.booking.model.FeeAgent
Packages that use FeeAgent
-
Uses of FeeAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return FeeAgentModifier and TypeMethodDescriptionFeeAgent.description(String description) FeeAgent.fee(CustomMonetaryAmount fee) FeeAgent.identifier(String identifier) FeeAgent.type(FeeAgent.TypeEnum type) Methods in travel.wink.sdk.booking.model that return types with arguments of type FeeAgentModifier and TypeMethodDescriptionAgentBookingRequestAgent.getExternalFees()Get externalFeesBookingContractPaymentDetailsAgent.getFees()Get feesMethods in travel.wink.sdk.booking.model with parameters of type FeeAgentModifier and TypeMethodDescriptionAgentBookingRequestAgent.addExternalFeesItem(FeeAgent externalFeesItem) BookingContractPaymentDetailsAgent.addFeesItem(FeeAgent feesItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type FeeAgentModifier and TypeMethodDescriptionAgentBookingRequestAgent.externalFees(List<FeeAgent> externalFees) voidAgentBookingRequestAgent.setExternalFees(List<FeeAgent> externalFees) void