Uses of Class
io.swagger.client.model.VehiclePaymentInfo
-
Packages that use VehiclePaymentInfo Package Description io.swagger.client.model -
-
Uses of VehiclePaymentInfo in io.swagger.client.model
Methods in io.swagger.client.model that return VehiclePaymentInfo Modifier and Type Method Description VehiclePaymentInfo
VehiclePaymentInfo. addPaymentNetworkItem(String paymentNetworkItem)
VehiclePaymentInfo
VehiclePaymentInfo. addPaymentTypesItem(String paymentTypesItem)
VehiclePaymentInfo
VehicleFinancialInfo. getPayment()
Get paymentVehiclePaymentInfo
VehiclePaymentInfo. paymentNetwork(List<String> paymentNetwork)
VehiclePaymentInfo
VehiclePaymentInfo. paymentTypes(List<String> paymentTypes)
Methods in io.swagger.client.model with parameters of type VehiclePaymentInfo Modifier and Type Method Description VehicleFinancialInfo
VehicleFinancialInfo. payment(VehiclePaymentInfo payment)
void
VehicleFinancialInfo. setPayment(VehiclePaymentInfo payment)
-