Uses of Class
travel.wink.sdk.booking.engine.model.MerchantBookingRequest
Packages that use MerchantBookingRequest
-
Uses of MerchantBookingRequest in travel.wink.sdk.booking.engine.model
Methods in travel.wink.sdk.booking.engine.model that return MerchantBookingRequestModifier and TypeMethodDescriptionMerchantBookingRequest.addAddOnOffersItem(String addOnOffersItem) MerchantBookingRequest.addAncillariesItem(AncillaryRequest ancillariesItem) MerchantBookingRequest.addOnOffers(List<String> addOnOffers) MerchantBookingRequest.addPackageOffersItem(String packageOffersItem) MerchantBookingRequest.addPromotionalCodesItem(String promotionalCodesItem) MerchantBookingRequest.ancillaries(List<AncillaryRequest> ancillaries) MerchantBookingRequest.hotelIdentifier(UUID hotelIdentifier) MerchantBookingRequest.packageOffers(List<String> packageOffers) MerchantBookingRequest.paymentIdentifier(String paymentIdentifier) MerchantBookingRequest.promotionalCodes(List<String> promotionalCodes) MerchantBookingRequest.roomConfiguration(RoomConfiguration roomConfiguration) MerchantBookingRequest.roomRateIdentifier(UUID roomRateIdentifier) MerchantBookingRequest.specialRequests(String specialRequests) MerchantBookingRequest.user(BookingUserRequest user) Methods in travel.wink.sdk.booking.engine.model that return types with arguments of type MerchantBookingRequestModifier and TypeMethodDescription@NotNull @Valid List<MerchantBookingRequest>CreateMerchantBookingRequest.getRooms()List of room configuration booking requests.Methods in travel.wink.sdk.booking.engine.model with parameters of type MerchantBookingRequestModifier and TypeMethodDescriptionCreateMerchantBookingRequest.addRoomsItem(MerchantBookingRequest roomsItem) Method parameters in travel.wink.sdk.booking.engine.model with type arguments of type MerchantBookingRequestModifier and TypeMethodDescriptionCreateMerchantBookingRequest.rooms(List<MerchantBookingRequest> rooms) voidCreateMerchantBookingRequest.setRooms(List<MerchantBookingRequest> rooms)