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