Uses of Class
travel.wink.sdk.channel.manager.model.PropertyBooking
Packages that use PropertyBooking
-
Uses of PropertyBooking in travel.wink.sdk.channel.manager.api
Methods in travel.wink.sdk.channel.manager.api that return types with arguments of type PropertyBookingModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PropertyBooking>ChannelManagerApi.showPropertyBooking(String propertyIdentifier, String bookingIdentifier, String winkVersion) Show Booking Retrieves a specific booking by property / booking combo.reactor.core.publisher.Flux<PropertyBooking>ChannelManagerApi.showPropertyBookings(String propertyIdentifier, LocalDateTime startDate, LocalDateTime endDate, String winkVersion) Show Bookings Retrieves a list of all bookings created for the specified property within the specified date range.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<PropertyBooking>>>ChannelManagerApi.showPropertyBookingsWithHttpInfo(String propertyIdentifier, LocalDateTime startDate, LocalDateTime endDate, String winkVersion) Show Bookings Retrieves a list of all bookings created for the specified property within the specified date range.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PropertyBooking>>ChannelManagerApi.showPropertyBookingWithHttpInfo(String propertyIdentifier, String bookingIdentifier, String winkVersion) Show Booking Retrieves a specific booking by property / booking combo. -
Uses of PropertyBooking in travel.wink.sdk.channel.manager.model
Methods in travel.wink.sdk.channel.manager.model that return PropertyBookingModifier and TypeMethodDescriptionPropertyBooking.bookingCode(String bookingCode) PropertyBooking.bookingIdentifier(String bookingIdentifier) PropertyBooking.cancelDate(LocalDateTime cancelDate) PropertyBooking.createdDate(LocalDateTime createdDate) PropertyBooking.currencyCode(String currencyCode) PropertyBooking.guestRoomName(String guestRoomName) PropertyBooking.paymentMethodStatus(PropertyBooking.PaymentMethodStatusEnum paymentMethodStatus) PropertyBooking.paymentMethodType(PropertyBooking.PaymentMethodTypeEnum paymentMethodType) PropertyBooking.propertyIdentifier(String propertyIdentifier) PropertyBooking.ratePlanName(String ratePlanName) PropertyBooking.roomRateIdentifier(String roomRateIdentifier) PropertyBooking.salesChannelIdentifier(String salesChannelIdentifier) PropertyBooking.salesChannelName(String salesChannelName)