Class CheckTransferServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.CheckTransferService.WithRawResponse
public final class CheckTransferServiceImpl.WithRawResponseImpl implements CheckTransferService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<CheckTransfer>create(CheckTransferCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /check_transfers, but is otherwise the same as CheckTransferService.create.HttpResponseFor<CheckTransfer>retrieve(CheckTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /check_transfers/{check_transfer_id}, but is otherwise the same as CheckTransferService.retrieve.HttpResponseFor<CheckTransferListPage>list(CheckTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /check_transfers, but is otherwise the same as CheckTransferService.list.HttpResponseFor<CheckTransfer>approve(CheckTransferApproveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /check_transfers/{check_transfer_id}/approve, but is otherwise the same as CheckTransferService.approve.HttpResponseFor<CheckTransfer>cancel(CheckTransferCancelParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /check_transfers/{check_transfer_id}/cancel, but is otherwise the same as CheckTransferService.cancel.HttpResponseFor<CheckTransfer>stopPayment(CheckTransferStopPaymentParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /check_transfers/{check_transfer_id}/stop_payment, but is otherwise the same as CheckTransferService.stopPayment.-
-
Method Detail
-
create
HttpResponseFor<CheckTransfer> create(CheckTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /check_transfers, but is otherwise the same as CheckTransferService.create.
-
retrieve
HttpResponseFor<CheckTransfer> retrieve(CheckTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /check_transfers/{check_transfer_id}, but is otherwise the same as CheckTransferService.retrieve.
-
list
HttpResponseFor<CheckTransferListPage> list(CheckTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /check_transfers, but is otherwise the same as CheckTransferService.list.
-
approve
HttpResponseFor<CheckTransfer> approve(CheckTransferApproveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/approve, but is otherwise the same as CheckTransferService.approve.
-
cancel
HttpResponseFor<CheckTransfer> cancel(CheckTransferCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/cancel, but is otherwise the same as CheckTransferService.cancel.
-
stopPayment
HttpResponseFor<CheckTransfer> stopPayment(CheckTransferStopPaymentParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/stop_payment, but is otherwise the same as CheckTransferService.stopPayment.
-
-
-
-