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 HttpResponseFor<CardDispute>action(CardDisputeActionParams params)Returns a raw HTTP response for post /simulations/card_disputes/{card_dispute_id}/action, but is otherwise the same as CardDisputeService.action.abstract HttpResponseFor<CardDispute>action(CardDisputeActionParams params, RequestOptions requestOptions)-
-
Method Detail
-
action
@MustBeClosed() HttpResponseFor<CardDispute> action(CardDisputeActionParams params)
Returns a raw HTTP response for
post /simulations/card_disputes/{card_dispute_id}/action, but is otherwise the same as CardDisputeService.action.
-
action
@MustBeClosed() abstract HttpResponseFor<CardDispute> action(CardDisputeActionParams params, RequestOptions requestOptions)
-
-
-
-