Uses of Class
com.duffel.sdk.model.CreateRefundRequest
Packages that use CreateRefundRequest
-
Uses of CreateRefundRequest in com.duffel.sdk.api
Methods in com.duffel.sdk.api with parameters of type CreateRefundRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<GetRefundById200Response> DuffelPaymentsApi.createRefund(String accept, String duffelVersion, CreateRefundRequest createRefundRequest, String acceptEncoding, String contentType) Create a Refund Create a __Refund__ to refund some money to a customer that they paid using a __Payment Intent__.reactor.core.publisher.Mono<GetRefundById200Response> RefundsApi.createRefund(String accept, String duffelVersion, CreateRefundRequest createRefundRequest, String acceptEncoding, String contentType) Create a Refund Create a __Refund__ to refund some money to a customer that they paid using a __Payment Intent__.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetRefundById200Response>> DuffelPaymentsApi.createRefundWithHttpInfo(String accept, String duffelVersion, CreateRefundRequest createRefundRequest, String acceptEncoding, String contentType) Create a Refund Create a __Refund__ to refund some money to a customer that they paid using a __Payment Intent__.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetRefundById200Response>> RefundsApi.createRefundWithHttpInfo(String accept, String duffelVersion, CreateRefundRequest createRefundRequest, String acceptEncoding, String contentType) Create a Refund Create a __Refund__ to refund some money to a customer that they paid using a __Payment Intent__.org.springframework.web.reactive.function.client.WebClient.ResponseSpecDuffelPaymentsApi.createRefundWithResponseSpec(String accept, String duffelVersion, CreateRefundRequest createRefundRequest, String acceptEncoding, String contentType) Create a Refund Create a __Refund__ to refund some money to a customer that they paid using a __Payment Intent__.org.springframework.web.reactive.function.client.WebClient.ResponseSpecRefundsApi.createRefundWithResponseSpec(String accept, String duffelVersion, CreateRefundRequest createRefundRequest, String acceptEncoding, String contentType) Create a Refund Create a __Refund__ to refund some money to a customer that they paid using a __Payment Intent__. -
Uses of CreateRefundRequest in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return CreateRefundRequest