Uses of Class
io.swagger.client.model.VoucherDocument
-
Packages that use VoucherDocument Package Description io.swagger.client.model -
-
Uses of VoucherDocument in io.swagger.client.model
Methods in io.swagger.client.model that return VoucherDocument Modifier and Type Method Description VoucherDocument
VoucherDocument. addAdditionalPropertiesItem(AdditionalProperty additionalPropertiesItem)
VoucherDocument
VoucherDocument. addEssentialNotesItem(EssentialNote essentialNotesItem)
VoucherDocument
VoucherDocument. additionalProperties(List<AdditionalProperty> additionalProperties)
VoucherDocument
VoucherDocument. addRoomBookingInfoListItem(RoomBookingInfo roomBookingInfoListItem)
VoucherDocument
VoucherDocument. essentialNotes(List<EssentialNote> essentialNotes)
VoucherDocument
VoucherDocument. hotelConfirmationNumber(String hotelConfirmationNumber)
VoucherDocument
VoucherDocument. roomBookingInfoList(List<RoomBookingInfo> roomBookingInfoList)
VoucherDocument
VoucherDocument. status(String status)
Methods in io.swagger.client.model that return types with arguments of type VoucherDocument Modifier and Type Method Description List<VoucherDocument>
HotelBooking. getVoucherDocuments()
Get voucherDocumentsMethods in io.swagger.client.model with parameters of type VoucherDocument Modifier and Type Method Description HotelBooking
HotelBooking. addVoucherDocumentsItem(VoucherDocument voucherDocumentsItem)
Method parameters in io.swagger.client.model with type arguments of type VoucherDocument Modifier and Type Method Description void
HotelBooking. setVoucherDocuments(List<VoucherDocument> voucherDocuments)
HotelBooking
HotelBooking. voucherDocuments(List<VoucherDocument> voucherDocuments)
-