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
-
withOptions
abstract CheckTransferServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<CheckTransfer>> create(CheckTransferCreateParams params)
Returns a raw HTTP response for
post /check_transfers, but is otherwise the same as CheckTransferServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<CheckTransfer>> create(CheckTransferCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<CheckTransfer>> retrieve(String checkTransferId)
Returns a raw HTTP response for
get /check_transfers/{check_transfer_id}, but is otherwise the same as CheckTransferServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<CheckTransfer>> retrieve(String checkTransferId, CheckTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<CheckTransfer>> retrieve(String checkTransferId, CheckTransferRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<CheckTransfer>> retrieve(CheckTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<CheckTransfer>> retrieve(CheckTransferRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<CheckTransfer>> retrieve(String checkTransferId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<CheckTransferListPageAsync>> list()
Returns a raw HTTP response for
get /check_transfers, but is otherwise the same as CheckTransferServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<CheckTransferListPageAsync>> list(CheckTransferListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<CheckTransferListPageAsync>> list(CheckTransferListParams params)
-
list
CompletableFuture<HttpResponseFor<CheckTransferListPageAsync>> list(RequestOptions requestOptions)
-
approve
CompletableFuture<HttpResponseFor<CheckTransfer>> approve(String checkTransferId)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/approve, but is otherwise the same as CheckTransferServiceAsync.approve.
-
approve
CompletableFuture<HttpResponseFor<CheckTransfer>> approve(String checkTransferId, CheckTransferApproveParams params, RequestOptions requestOptions)
-
approve
CompletableFuture<HttpResponseFor<CheckTransfer>> approve(String checkTransferId, CheckTransferApproveParams params)
-
approve
abstract CompletableFuture<HttpResponseFor<CheckTransfer>> approve(CheckTransferApproveParams params, RequestOptions requestOptions)
-
approve
CompletableFuture<HttpResponseFor<CheckTransfer>> approve(CheckTransferApproveParams params)
-
approve
CompletableFuture<HttpResponseFor<CheckTransfer>> approve(String checkTransferId, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<CheckTransfer>> cancel(String checkTransferId)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/cancel, but is otherwise the same as CheckTransferServiceAsync.cancel.
-
cancel
CompletableFuture<HttpResponseFor<CheckTransfer>> cancel(String checkTransferId, CheckTransferCancelParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<CheckTransfer>> cancel(String checkTransferId, CheckTransferCancelParams params)
-
cancel
abstract CompletableFuture<HttpResponseFor<CheckTransfer>> cancel(CheckTransferCancelParams params, RequestOptions requestOptions)
-
cancel
CompletableFuture<HttpResponseFor<CheckTransfer>> cancel(CheckTransferCancelParams params)
-
cancel
CompletableFuture<HttpResponseFor<CheckTransfer>> cancel(String checkTransferId, RequestOptions requestOptions)
-
stopPayment
CompletableFuture<HttpResponseFor<CheckTransfer>> stopPayment(String checkTransferId)
Returns a raw HTTP response for
post /check_transfers/{check_transfer_id}/stop_payment, but is otherwise the same as CheckTransferServiceAsync.stopPayment.
-
stopPayment
CompletableFuture<HttpResponseFor<CheckTransfer>> stopPayment(String checkTransferId, CheckTransferStopPaymentParams params, RequestOptions requestOptions)
-
stopPayment
CompletableFuture<HttpResponseFor<CheckTransfer>> stopPayment(String checkTransferId, CheckTransferStopPaymentParams params)
-
stopPayment
abstract CompletableFuture<HttpResponseFor<CheckTransfer>> stopPayment(CheckTransferStopPaymentParams params, RequestOptions requestOptions)
-
stopPayment
CompletableFuture<HttpResponseFor<CheckTransfer>> stopPayment(CheckTransferStopPaymentParams params)
-
stopPayment
CompletableFuture<HttpResponseFor<CheckTransfer>> stopPayment(String checkTransferId, RequestOptions requestOptions)
-
-
-
-