Uses of Class
io.swagger.client.model.PaxRate
-
Packages that use PaxRate Package Description io.swagger.client.model -
-
Uses of PaxRate in io.swagger.client.model
Methods in io.swagger.client.model that return PaxRate Modifier and Type Method Description PaxRate
PaxRate. addAdditionalPropertiesItem(AdditionalProperty additionalPropertiesItem)
PaxRate
PaxRate. additionalProperties(List<AdditionalProperty> additionalProperties)
PaxRate
PaxRate. addTaxesItem(TaxAirSearchApi taxesItem)
PaxRate
PaxRate. baseFare(Double baseFare)
PaxRate
PaxRate. customerAdditionalFareInfo(CustomerAdditionalFareInfoAirSearchApi customerAdditionalFareInfo)
PaxRate
FareBreakDown. getPaxRate()
Get paxRatePaxRate
PaxRate. reissuePenaltyAmount(Double reissuePenaltyAmount)
PaxRate
PaxRate. supplierAdditionalFareInfo(SupplierAdditionalFareInfo supplierAdditionalFareInfo)
PaxRate
PaxRate. taxes(List<TaxAirSearchApi> taxes)
PaxRate
PaxRate. totalFare(Double totalFare)
PaxRate
PaxRate. totalTax(Double totalTax)
Methods in io.swagger.client.model with parameters of type PaxRate Modifier and Type Method Description FareBreakDown
FareBreakDown. paxRate(PaxRate paxRate)
void
FareBreakDown. setPaxRate(PaxRate paxRate)
-