Uses of Class
io.swagger.client.model.FareRule
-
Packages that use FareRule Package Description io.swagger.client.model -
-
Uses of FareRule in io.swagger.client.model
Methods in io.swagger.client.model that return FareRule Modifier and Type Method Description FareRule
FareRule. addSubSectionItem(SubSection subSectionItem)
FareRule
FareRule. fareBasis(String fareBasis)
FareRule
FareRule. subSection(List<SubSection> subSection)
Methods in io.swagger.client.model that return types with arguments of type FareRule Modifier and Type Method Description List<FareRule>
AirFareRuleResult. getFareRules()
Get fareRulesMethods in io.swagger.client.model with parameters of type FareRule Modifier and Type Method Description AirFareRuleResult
AirFareRuleResult. addFareRulesItem(FareRule fareRulesItem)
Method parameters in io.swagger.client.model with type arguments of type FareRule Modifier and Type Method Description AirFareRuleResult
AirFareRuleResult. fareRules(List<FareRule> fareRules)
void
AirFareRuleResult. setFareRules(List<FareRule> fareRules)
-