Uses of Class
com.duffel.sdk.model.GetRefundById200Response
Packages that use GetRefundById200Response
-
Uses of GetRefundById200Response in com.duffel.sdk.api
Methods in com.duffel.sdk.api that return types with arguments of type GetRefundById200ResponseModifier 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__.reactor.core.publisher.Mono<GetRefundById200Response> DuffelPaymentsApi.getRefundById(String accept, String duffelVersion, String id, String acceptEncoding) Get a single Refund You should use this API to get the complete, up-to-date information about a __Refund__.reactor.core.publisher.Mono<GetRefundById200Response> RefundsApi.getRefundById(String accept, String duffelVersion, String id, String acceptEncoding) Get a single Refund You should use this API to get the complete, up-to-date information about a __Refund__.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetRefundById200Response>> DuffelPaymentsApi.getRefundByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) Get a single Refund You should use this API to get the complete, up-to-date information about a __Refund__.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetRefundById200Response>> RefundsApi.getRefundByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) Get a single Refund You should use this API to get the complete, up-to-date information about a __Refund__. -
Uses of GetRefundById200Response in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return GetRefundById200ResponseModifier and TypeMethodDescription