Package com.increase.api.services.async
Class CardDisputeServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.CardDisputeServiceAsync.WithRawResponse
public final class CardDisputeServiceAsyncImpl.WithRawResponseImpl implements CardDisputeServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<CardDispute>>create(CardDisputeCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /card_disputes, but is otherwise the same as CardDisputeServiceAsync.create.CompletableFuture<HttpResponseFor<CardDispute>>retrieve(CardDisputeRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /card_disputes/{card_dispute_id}, but is otherwise the same as CardDisputeServiceAsync.retrieve.CompletableFuture<HttpResponseFor<CardDisputeListPageAsync>>list(CardDisputeListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /card_disputes, but is otherwise the same as CardDisputeServiceAsync.list.-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<CardDispute>> create(CardDisputeCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /card_disputes, but is otherwise the same as CardDisputeServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<CardDispute>> retrieve(CardDisputeRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /card_disputes/{card_dispute_id}, but is otherwise the same as CardDisputeServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<CardDisputeListPageAsync>> list(CardDisputeListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /card_disputes, but is otherwise the same as CardDisputeServiceAsync.list.
-
-
-
-