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, String accept) 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, String accept) 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, String accept) 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, String accept) 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.amount(BigDecimal amount) PropertyBooking.bookingCode(String bookingCode) PropertyBooking.bookingIdentifier(UUID bookingIdentifier) PropertyBooking.cancelDate(LocalDateTime cancelDate) PropertyBooking.createdDate(LocalDateTime createdDate) PropertyBooking.currencyCode(String currencyCode) PropertyBooking.guestRoomName(String guestRoomName) PropertyBooking.paymentMethodStatus(PropertyBooking.PaymentMethodStatusEnum paymentMethodStatus) PropertyBooking.paymentMethodType(String paymentMethodType) PropertyBooking.paymentWalletType(String paymentWalletType) PropertyBooking.propertyIdentifier(UUID propertyIdentifier) PropertyBooking.ratePlanName(String ratePlanName) PropertyBooking.roomRateIdentifier(UUID roomRateIdentifier) PropertyBooking.salesChannelIdentifier(UUID salesChannelIdentifier) PropertyBooking.salesChannelName(String salesChannelName)