Uses of Class
io.swagger.client.model.Penalty
-
Packages that use Penalty Package Description io.swagger.client.model -
-
Uses of Penalty in io.swagger.client.model
Methods in io.swagger.client.model that return Penalty Modifier and Type Method Description Penalty
Penalty. addAdditionalPropertiesItem(AdditionalProperty additionalPropertiesItem)
Penalty
Penalty. additionalProperties(List<AdditionalProperty> additionalProperties)
Penalty
Penalty. addPenaltyInfoItem(PenaltyInfo penaltyInfoItem)
Penalty
Penalty. cancelFeeInd(Boolean cancelFeeInd)
Penalty
Penalty. changeFeeInd(Boolean changeFeeInd)
Penalty
BookingCancellationResponse. getPenalty()
Get penaltyPenalty
Penalty. penaltyInfo(List<PenaltyInfo> penaltyInfo)
Penalty
Penalty. refundableInd(Boolean refundableInd)
Penalty
Penalty. type(String type)
Methods in io.swagger.client.model that return types with arguments of type Penalty Modifier and Type Method Description List<Penalty>
FareBreakDown. getPenalties()
Get penaltiesList<Penalty>
MiniFareRule. getPenalties()
Get penaltiesMethods in io.swagger.client.model with parameters of type Penalty Modifier and Type Method Description FareBreakDown
FareBreakDown. addPenaltiesItem(Penalty penaltiesItem)
MiniFareRule
MiniFareRule. addPenaltiesItem(Penalty penaltiesItem)
BookingCancellationResponse
BookingCancellationResponse. penalty(Penalty penalty)
void
BookingCancellationResponse. setPenalty(Penalty penalty)
Method parameters in io.swagger.client.model with type arguments of type Penalty Modifier and Type Method Description FareBreakDown
FareBreakDown. penalties(List<Penalty> penalties)
MiniFareRule
MiniFareRule. penalties(List<Penalty> penalties)
void
FareBreakDown. setPenalties(List<Penalty> penalties)
void
MiniFareRule. setPenalties(List<Penalty> penalties)
-