Uses of Class
io.swagger.client.model.CancellationCharge
-
Packages that use CancellationCharge Package Description io.swagger.client.model -
-
Uses of CancellationCharge in io.swagger.client.model
Methods in io.swagger.client.model that return CancellationCharge Modifier and Type Method Description CancellationCharge
CancellationCharge. adminCancellationCharge(String adminCancellationCharge)
CancellationCharge
CancellationCharge. buyingAmount(String buyingAmount)
CancellationCharge
CancellationCharge. ptc(String ptc)
CancellationCharge
CancellationCharge. supplierCancellationCharge(String supplierCancellationCharge)
CancellationCharge
CancellationCharge. totalCancellationCharges(String totalCancellationCharges)
Methods in io.swagger.client.model that return types with arguments of type CancellationCharge Modifier and Type Method Description List<CancellationCharge>
AirCancel. getCancellationCharge()
Get cancellationChargeList<CancellationCharge>
AirCancellationCharges. getCancellationCharge()
Get cancellationChargeMethods in io.swagger.client.model with parameters of type CancellationCharge Modifier and Type Method Description AirCancel
AirCancel. addCancellationChargeItem(CancellationCharge cancellationChargeItem)
AirCancellationCharges
AirCancellationCharges. addCancellationChargeItem(CancellationCharge cancellationChargeItem)
Method parameters in io.swagger.client.model with type arguments of type CancellationCharge Modifier and Type Method Description AirCancel
AirCancel. cancellationCharge(List<CancellationCharge> cancellationCharge)
AirCancellationCharges
AirCancellationCharges. cancellationCharge(List<CancellationCharge> cancellationCharge)
void
AirCancel. setCancellationCharge(List<CancellationCharge> cancellationCharge)
void
AirCancellationCharges. setCancellationCharge(List<CancellationCharge> cancellationCharge)
-