Uses of Class
io.swagger.client.model.MiniFareRule
-
Packages that use MiniFareRule Package Description io.swagger.client.model -
-
Uses of MiniFareRule in io.swagger.client.model
Methods in io.swagger.client.model that return MiniFareRule Modifier and Type Method Description MiniFareRule
MiniFareRule. addBaggageAllowanceItem(FareRuleBaggageAllowance baggageAllowanceItem)
MiniFareRule
MiniFareRule. addPenaltiesItem(Penalty penaltiesItem)
MiniFareRule
MiniFareRule. baggageAllowance(List<FareRuleBaggageAllowance> baggageAllowance)
MiniFareRule
MiniFareRule. fareBasis(String fareBasis)
MiniFareRule
MiniFareRule. paxType(String paxType)
MiniFareRule
MiniFareRule. penalties(List<Penalty> penalties)
Methods in io.swagger.client.model that return types with arguments of type MiniFareRule Modifier and Type Method Description List<MiniFareRule>
AirFareRuleResult. getMiniFareRules()
Get miniFareRulesMethods in io.swagger.client.model with parameters of type MiniFareRule Modifier and Type Method Description AirFareRuleResult
AirFareRuleResult. addMiniFareRulesItem(MiniFareRule miniFareRulesItem)
Method parameters in io.swagger.client.model with type arguments of type MiniFareRule Modifier and Type Method Description AirFareRuleResult
AirFareRuleResult. miniFareRules(List<MiniFareRule> miniFareRules)
void
AirFareRuleResult. setMiniFareRules(List<MiniFareRule> miniFareRules)
-