Package com.increase.api.services.async
Class InboundRealTimePaymentsTransferServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.InboundRealTimePaymentsTransferServiceAsync.WithRawResponse
public final class InboundRealTimePaymentsTransferServiceAsyncImpl.WithRawResponseImpl implements InboundRealTimePaymentsTransferServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<InboundRealTimePaymentsTransfer>>retrieve(InboundRealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)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.CompletableFuture<HttpResponseFor<InboundRealTimePaymentsTransferListPageAsync>>list(InboundRealTimePaymentsTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferServiceAsync.list.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<InboundRealTimePaymentsTransfer>> retrieve(InboundRealTimePaymentsTransferRetrieveParams params, RequestOptions requestOptions)
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.
-
list
CompletableFuture<HttpResponseFor<InboundRealTimePaymentsTransferListPageAsync>> list(InboundRealTimePaymentsTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_real_time_payments_transfers, but is otherwise the same as InboundRealTimePaymentsTransferServiceAsync.list.
-
-
-
-