Uses of Class
io.trippay.sdk.payment.model.ImmediateRefundRequest
Packages that use ImmediateRefundRequest
-
Uses of ImmediateRefundRequest in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type ImmediateRefundRequestModifier and TypeMethodDescriptionreactor.core.publisher.Flux<BookingContract>ContractApi.immediateGroupRefund(String traceId, ImmediateRefundRequest immediateRefundRequest, String winkVersion) Immediate group refund In the event that a booking is not possible on the partner site due to lack of availability, or similar.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<BookingContract>>>ContractApi.immediateGroupRefundWithHttpInfo(String traceId, ImmediateRefundRequest immediateRefundRequest, String winkVersion) Immediate group refund In the event that a booking is not possible on the partner site due to lack of availability, or similar.org.springframework.web.reactive.function.client.WebClient.ResponseSpecContractApi.immediateGroupRefundWithResponseSpec(String traceId, ImmediateRefundRequest immediateRefundRequest, String winkVersion) Immediate group refund In the event that a booking is not possible on the partner site due to lack of availability, or similar.reactor.core.publisher.Mono<BookingContract>ContractApi.immediateRefund(String identifier, ImmediateRefundRequest immediateRefundRequest, String winkVersion) Immediate refund In the event that a booking is not possible on the partner site due to lack of availability, or similar.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingContract>>ContractApi.immediateRefundWithHttpInfo(String identifier, ImmediateRefundRequest immediateRefundRequest, String winkVersion) Immediate refund In the event that a booking is not possible on the partner site due to lack of availability, or similar.org.springframework.web.reactive.function.client.WebClient.ResponseSpecContractApi.immediateRefundWithResponseSpec(String identifier, ImmediateRefundRequest immediateRefundRequest, String winkVersion) Immediate refund In the event that a booking is not possible on the partner site due to lack of availability, or similar. -
Uses of ImmediateRefundRequest in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return ImmediateRefundRequest