Class CardDisputeServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.CardDisputeService.WithRawResponse
public final class CardDisputeServiceImpl.WithRawResponseImpl implements CardDisputeService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<CardDispute>create(CardDisputeCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /card_disputes, but is otherwise the same as CardDisputeService.create.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.HttpResponseFor<CardDisputeListPage>list(CardDisputeListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /card_disputes, but is otherwise the same as CardDisputeService.list.-
-
Method Detail
-
create
HttpResponseFor<CardDispute> create(CardDisputeCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /card_disputes, but is otherwise the same as CardDisputeService.create.
-
retrieve
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.
-
list
HttpResponseFor<CardDisputeListPage> list(CardDisputeListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /card_disputes, but is otherwise the same as CardDisputeService.list.
-
-
-
-