Package com.increase.api.services.async
Interface InboundRealTimePaymentsTransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundRealTimePaymentsTransferServiceAsync.WithRawResponseA view of InboundRealTimePaymentsTransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundRealTimePaymentsTransfer>> retrieve(InboundRealTimePaymentsTransferRetrieveParams params)
Returns a raw HTTP response for
get /inbound_real_time_payments_transfers/{inbound_real_time_payments_transfer_id}, but is otherwise the same as InboundRealTimePaymentsTransferServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundRealTimePaymentsTransfer>> retrieve(InboundRealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundRealTimePaymentsTransferListPageAsync>> list()
Returns a raw HTTP response for
get /inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundRealTimePaymentsTransferListPageAsync>> list(InboundRealTimePaymentsTransferListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundRealTimePaymentsTransferListPageAsync>> list(InboundRealTimePaymentsTransferListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundRealTimePaymentsTransferListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-