Uses of Class
io.swagger.client.model.FareRuleBaggageAllowance
-
Packages that use FareRuleBaggageAllowance Package Description io.swagger.client.model -
-
Uses of FareRuleBaggageAllowance in io.swagger.client.model
Methods in io.swagger.client.model that return FareRuleBaggageAllowance Modifier and Type Method Description FareRuleBaggageAllowance
FareRuleBaggageAllowance. checkedInBaggage(CheckedInBaggage checkedInBaggage)
FareRuleBaggageAllowance
FareRuleBaggageAllowance. segmentKey(String segmentKey)
Methods in io.swagger.client.model that return types with arguments of type FareRuleBaggageAllowance Modifier and Type Method Description List<FareRuleBaggageAllowance>
MiniFareRule. getBaggageAllowance()
Get baggageAllowanceMethods in io.swagger.client.model with parameters of type FareRuleBaggageAllowance Modifier and Type Method Description MiniFareRule
MiniFareRule. addBaggageAllowanceItem(FareRuleBaggageAllowance baggageAllowanceItem)
Method parameters in io.swagger.client.model with type arguments of type FareRuleBaggageAllowance Modifier and Type Method Description MiniFareRule
MiniFareRule. baggageAllowance(List<FareRuleBaggageAllowance> baggageAllowance)
void
MiniFareRule. setBaggageAllowance(List<FareRuleBaggageAllowance> baggageAllowance)
-