Uses of Class
travel.wink.sdk.extranet.booking.model.PropertyBookingRefundRequestSupplier
Packages that use PropertyBookingRefundRequestSupplier
-
Uses of PropertyBookingRefundRequestSupplier in travel.wink.sdk.extranet.booking.api
Methods in travel.wink.sdk.extranet.booking.api with parameters of type PropertyBookingRefundRequestSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BookingSupplier> BookingApi.requestRefund(String propertyIdentifier, 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<BookingSupplier>> BookingApi.requestRefundWithHttpInfo(String propertyIdentifier, 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.org.springframework.web.reactive.function.client.WebClient.ResponseSpecBookingApi.requestRefundWithResponseSpec(String propertyIdentifier, 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. -
Uses of PropertyBookingRefundRequestSupplier in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.model that return PropertyBookingRefundRequestSupplierModifier and TypeMethodDescriptionPropertyBookingRefundRequestSupplier.cancelOnRefund(PropertyBookingRefundRequestSupplier.CancelOnRefundEnum cancelOnRefund) PropertyBookingRefundRequestSupplier.description(String description) PropertyBookingRefundRequestSupplier.refund(CustomMonetaryAmount refund) PropertyBookingRefundRequestSupplier.type(PropertyBookingRefundRequestSupplier.TypeEnum type)