Interface CardDisputeServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CardDisputeServiceAsync.WithRawResponseA view of CardDisputeServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract 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.abstract CompletableFuture<HttpResponseFor<CardDispute>>create(CardDisputeCreateParams params)Returns a raw HTTP response for post /card_disputes, but is otherwise the same as CardDisputeServiceAsync.create.abstract 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.abstract CompletableFuture<HttpResponseFor<CardDispute>>retrieve(CardDisputeRetrieveParams params)Returns a raw HTTP response for get /card_disputes/{card_dispute_id}, but is otherwise the same as CardDisputeServiceAsync.retrieve.abstract 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.abstract CompletableFuture<HttpResponseFor<CardDisputeListPageAsync>>list(CardDisputeListParams params)Returns a raw HTTP response for get /card_disputes, but is otherwise the same as CardDisputeServiceAsync.list.abstract CompletableFuture<HttpResponseFor<CardDisputeListPageAsync>>list()Returns a raw HTTP response for get /card_disputes, but is otherwise the same as CardDisputeServiceAsync.list.CompletableFuture<HttpResponseFor<CardDisputeListPageAsync>>list(RequestOptions requestOptions)Returns a raw HTTP response for get /card_disputes, but is otherwise the same as CardDisputeServiceAsync.list.-
-
Method Detail
-
create
abstract 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.
-
create
abstract CompletableFuture<HttpResponseFor<CardDispute>> create(CardDisputeCreateParams params)
Returns a raw HTTP response for
post /card_disputes, but is otherwise the same as CardDisputeServiceAsync.create.
-
retrieve
abstract 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.
-
retrieve
abstract CompletableFuture<HttpResponseFor<CardDispute>> retrieve(CardDisputeRetrieveParams params)
Returns a raw HTTP response for
get /card_disputes/{card_dispute_id}, but is otherwise the same as CardDisputeServiceAsync.retrieve.
-
list
abstract 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.
-
list
abstract CompletableFuture<HttpResponseFor<CardDisputeListPageAsync>> list(CardDisputeListParams params)
Returns a raw HTTP response for
get /card_disputes, but is otherwise the same as CardDisputeServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<CardDisputeListPageAsync>> list()
Returns a raw HTTP response for
get /card_disputes, but is otherwise the same as CardDisputeServiceAsync.list.
-
list
CompletableFuture<HttpResponseFor<CardDisputeListPageAsync>> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /card_disputes, but is otherwise the same as CardDisputeServiceAsync.list.
-
-
-
-