Interface CheckTransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CheckTransferServiceAsync.WithRawResponseA view of CheckTransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
create
@MustBeClosed() CompletableFuture<HttpResponseFor<CheckTransfer>> create(CheckTransferCreateParams params)
Returns a raw HTTP response for
post /check_transfers, but is otherwise the same as CheckTransferServiceAsync.create.
-
create
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<CheckTransfer>> create(CheckTransferCreateParams params, RequestOptions requestOptions)
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<CheckTransfer>> retrieve(CheckTransferRetrieveParams params)
Returns a raw HTTP response for
get /check_transfers/{check_transfer_id}, but is otherwise the same as CheckTransferServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<CheckTransfer>> retrieve(CheckTransferRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<CheckTransferListPageAsync>> list()
Returns a raw HTTP response for
get /check_transfers, but is otherwise the same as CheckTransferServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<CheckTransferListPageAsync>> list(CheckTransferListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<CheckTransferListPageAsync>> list(CheckTransferListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<CheckTransferListPageAsync>> list(RequestOptions requestOptions)
-
approve
@MustBeClosed() CompletableFuture<HttpResponseFor<CheckTransfer>> approve(CheckTransferApproveParams params)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/approve, but is otherwise the same as CheckTransferServiceAsync.approve.
-
approve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<CheckTransfer>> approve(CheckTransferApproveParams params, RequestOptions requestOptions)
-
cancel
@MustBeClosed() CompletableFuture<HttpResponseFor<CheckTransfer>> cancel(CheckTransferCancelParams params)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/cancel, but is otherwise the same as CheckTransferServiceAsync.cancel.
-
cancel
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<CheckTransfer>> cancel(CheckTransferCancelParams params, RequestOptions requestOptions)
-
stopPayment
@MustBeClosed() CompletableFuture<HttpResponseFor<CheckTransfer>> stopPayment(CheckTransferStopPaymentParams params)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/stop_payment, but is otherwise the same as CheckTransferServiceAsync.stopPayment.
-
stopPayment
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<CheckTransfer>> stopPayment(CheckTransferStopPaymentParams params, RequestOptions requestOptions)
-
-
-
-