Uses of Class
io.swagger.client.model.HotelPaymentDetails
-
Packages that use HotelPaymentDetails Package Description io.swagger.client.model -
-
Uses of HotelPaymentDetails in io.swagger.client.model
Methods in io.swagger.client.model that return HotelPaymentDetails Modifier and Type Method Description HotelPaymentDetails
HotelPaymentDetails. address(Address address)
HotelPaymentDetails
HotelPaymentDetails. cardInfo(String cardInfo)
HotelPaymentDetails
HotelBookingCriteria. getPaymentDetails()
Get paymentDetailsHotelPaymentDetails
HotelPaymentDetails. paymentMode(String paymentMode)
Methods in io.swagger.client.model with parameters of type HotelPaymentDetails Modifier and Type Method Description HotelBookingCriteria
HotelBookingCriteria. paymentDetails(HotelPaymentDetails paymentDetails)
void
HotelBookingCriteria. setPaymentDetails(HotelPaymentDetails paymentDetails)
-