Uses of Class
io.swagger.client.model.FareType
-
Packages that use FareType Package Description io.swagger.client.model -
-
Uses of FareType in io.swagger.client.model
Methods in io.swagger.client.model that return FareType Modifier and Type Method Description FareType
FareType. fareCode(String fareCode)
FareType
FareType. farePreference(String farePreference)
FareType
Fare. getFareType()
Get fareTypeFareType
FareReservationServiceApi. getFareType()
Get fareTypeFareType
FareType. oid(String oid)
FareType
FareType. preferenceContext(String preferenceContext)
FareType
FareType. refundable(Boolean refundable)
Methods in io.swagger.client.model with parameters of type FareType Modifier and Type Method Description Fare
Fare. fareType(FareType fareType)
FareReservationServiceApi
FareReservationServiceApi. fareType(FareType fareType)
void
Fare. setFareType(FareType fareType)
void
FareReservationServiceApi. setFareType(FareType fareType)
-