Uses of Class
io.swagger.client.model.AirCancel
-
Packages that use AirCancel Package Description io.swagger.client.model -
-
Uses of AirCancel in io.swagger.client.model
Methods in io.swagger.client.model that return AirCancel Modifier and Type Method Description AirCancel
AirCancel. addCancellationChargeItem(CancellationCharge cancellationChargeItem)
AirCancel
AirCancel. addPassengersItem(Passenger passengersItem)
AirCancel
AirCancel. cancellationCharge(List<CancellationCharge> cancellationCharge)
AirCancel
AirCancel. currency(String currency)
AirCancel
AirCancel. isRefundedFromSupplier(String isRefundedFromSupplier)
AirCancel
AirCancel. passengers(List<Passenger> passengers)
AirCancel
AirCancel. pnrCancelStatus(String pnrCancelStatus)
AirCancel
AirCancel. splitSupplierLocator(String splitSupplierLocator)
AirCancel
AirCancel. supplierLocator(String supplierLocator)
Methods in io.swagger.client.model that return types with arguments of type AirCancel Modifier and Type Method Description List<AirCancel>
ResponsePackAirCancel. getData()
Get dataMethods in io.swagger.client.model with parameters of type AirCancel Modifier and Type Method Description ResponsePackAirCancel
ResponsePackAirCancel. addDataItem(AirCancel dataItem)
Method parameters in io.swagger.client.model with type arguments of type AirCancel Modifier and Type Method Description ResponsePackAirCancel
ResponsePackAirCancel. data(List<AirCancel> data)
void
ResponsePackAirCancel. setData(List<AirCancel> data)
-