Uses of Class
travel.wink.sdk.extranet.model.PropertyBookingRefundRequestSupplier
Packages that use PropertyBookingRefundRequestSupplier
-
Uses of PropertyBookingRefundRequestSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type PropertyBookingRefundRequestSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingViewSupplier>BookingApi.requestRefund(String hotelIdentifier, String bookingIdentifier, PropertyBookingRefundRequestSupplier propertyBookingRefundRequestSupplier, String winkVersion) Request refund Under certain circumstances, a property can request a partial refund of the funds that were attributed to them even after a cancellation occurred or the while the funds have not been disbursed yet.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingViewSupplier>>BookingApi.requestRefundWithHttpInfo(String hotelIdentifier, String bookingIdentifier, PropertyBookingRefundRequestSupplier propertyBookingRefundRequestSupplier, String winkVersion) -
Uses of PropertyBookingRefundRequestSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return PropertyBookingRefundRequestSupplierModifier and TypeMethodDescriptionPropertyBookingRefundRequestSupplier.description(String description) PropertyBookingRefundRequestSupplier.refund(MoneysSupplier refund) PropertyBookingRefundRequestSupplier.type(PropertyBookingRefundRequestSupplier.TypeEnum type)