Uses of Class
travel.wink.sdk.booking.model.MerchantBookingRequestBooker
Packages that use MerchantBookingRequestBooker
-
Uses of MerchantBookingRequestBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return MerchantBookingRequestBookerModifier and TypeMethodDescriptionMerchantBookingRequestBooker.addAncillariesItem(AncillaryRequestBooker ancillariesItem) MerchantBookingRequestBooker.addPromotionalCodesItem(String promotionalCodesItem) MerchantBookingRequestBooker.ancillaries(List<AncillaryRequestBooker> ancillaries) MerchantBookingRequestBooker.bedroomConfigurationIdentifier(String bedroomConfigurationIdentifier) MerchantBookingRequestBooker.hotelIdentifier(UUID hotelIdentifier) MerchantBookingRequestBooker.paymentIdentifier(String paymentIdentifier) MerchantBookingRequestBooker.promotionalCodes(List<String> promotionalCodes) MerchantBookingRequestBooker.roomConfiguration(RoomConfigurationBooker roomConfiguration) MerchantBookingRequestBooker.roomRateIdentifier(UUID roomRateIdentifier) MerchantBookingRequestBooker.specialRequests(String specialRequests) MerchantBookingRequestBooker.user(BookingUserRequestBooker user) Methods in travel.wink.sdk.booking.model that return types with arguments of type MerchantBookingRequestBookerModifier and TypeMethodDescription@NotNull @Valid List<MerchantBookingRequestBooker>CreateMerchantBookingRequestBooker.getRooms()List of room configuration booking requests.Methods in travel.wink.sdk.booking.model with parameters of type MerchantBookingRequestBookerModifier and TypeMethodDescriptionCreateMerchantBookingRequestBooker.addRoomsItem(MerchantBookingRequestBooker roomsItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type MerchantBookingRequestBookerModifier and TypeMethodDescriptionCreateMerchantBookingRequestBooker.rooms(List<MerchantBookingRequestBooker> rooms) voidCreateMerchantBookingRequestBooker.setRooms(List<MerchantBookingRequestBooker> rooms)