Uses of Class
io.swagger.client.model.HotelIdentityDocument
-
Packages that use HotelIdentityDocument Package Description io.swagger.client.model -
-
Uses of HotelIdentityDocument in io.swagger.client.model
Methods in io.swagger.client.model that return HotelIdentityDocument Modifier and Type Method Description HotelIdentityDocument
HotelIdentityDocument. applicableCountry(String applicableCountry)
HotelIdentityDocument
HotelIdentityDocument. dateOfIssue(String dateOfIssue)
HotelIdentityDocument
HotelIdentityDocument. expiryDate(String expiryDate)
HotelIdentityDocument
HotelIdentityDocument. idDocumentNumber(String idDocumentNumber)
HotelIdentityDocument
HotelIdentityDocument. idType(String idType)
HotelIdentityDocument
HotelIdentityDocument. isCorporatePAN(Boolean isCorporatePAN)
HotelIdentityDocument
HotelIdentityDocument. issuingCountryCode(String issuingCountryCode)
HotelIdentityDocument
HotelIdentityDocument. placeOfBirth(String placeOfBirth)
HotelIdentityDocument
HotelIdentityDocument. residenceCountryCode(String residenceCountryCode)
Methods in io.swagger.client.model that return types with arguments of type HotelIdentityDocument Modifier and Type Method Description List<HotelIdentityDocument>
HotelPassenger. getIdentityDocuments()
Get identityDocumentsMethods in io.swagger.client.model with parameters of type HotelIdentityDocument Modifier and Type Method Description HotelPassenger
HotelPassenger. addIdentityDocumentsItem(HotelIdentityDocument identityDocumentsItem)
Method parameters in io.swagger.client.model with type arguments of type HotelIdentityDocument Modifier and Type Method Description HotelPassenger
HotelPassenger. identityDocuments(List<HotelIdentityDocument> identityDocuments)
void
HotelPassenger. setIdentityDocuments(List<HotelIdentityDocument> identityDocuments)
-