Uses of Class
io.swagger.client.model.AirCancellationCharges
-
Packages that use AirCancellationCharges Package Description io.swagger.client.model -
-
Uses of AirCancellationCharges in io.swagger.client.model
Methods in io.swagger.client.model that return AirCancellationCharges Modifier and Type Method Description AirCancellationCharges
AirCancellationCharges. addCancellationChargeItem(CancellationCharge cancellationChargeItem)
AirCancellationCharges
AirCancellationCharges. cancellationCharge(List<CancellationCharge> cancellationCharge)
AirCancellationCharges
AirCancellationCharges. currency(String currency)
AirCancellationCharges
AirCancellationCharges. isSupplierRefundApplicable(String isSupplierRefundApplicable)
AirCancellationCharges
AirCancellationCharges. preCancelChargeStatus(String preCancelChargeStatus)
AirCancellationCharges
AirCancellationCharges. supplierLocator(String supplierLocator)
Methods in io.swagger.client.model that return types with arguments of type AirCancellationCharges Modifier and Type Method Description List<AirCancellationCharges>
ResponsePackAirCancellationCharges. getData()
Get dataMethods in io.swagger.client.model with parameters of type AirCancellationCharges Modifier and Type Method Description ResponsePackAirCancellationCharges
ResponsePackAirCancellationCharges. addDataItem(AirCancellationCharges dataItem)
Method parameters in io.swagger.client.model with type arguments of type AirCancellationCharges Modifier and Type Method Description ResponsePackAirCancellationCharges
ResponsePackAirCancellationCharges. data(List<AirCancellationCharges> data)
void
ResponsePackAirCancellationCharges. setData(List<AirCancellationCharges> data)
-