Package com.increase.api.services.async
Class InboundWireTransferServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.InboundWireTransferServiceAsync.WithRawResponse
public final class InboundWireTransferServiceAsyncImpl.WithRawResponseImpl implements InboundWireTransferServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<InboundWireTransfer>>retrieve(InboundWireTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_wire_transfers/{inbound_wire_transfer_id}, but is otherwise the same as InboundWireTransferServiceAsync.retrieve.CompletableFuture<HttpResponseFor<InboundWireTransferListPageAsync>>list(InboundWireTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_wire_transfers, but is otherwise the same as InboundWireTransferServiceAsync.list.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<InboundWireTransfer>> retrieve(InboundWireTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_wire_transfers/{inbound_wire_transfer_id}, but is otherwise the same as InboundWireTransferServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<InboundWireTransferListPageAsync>> list(InboundWireTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_wire_transfers, but is otherwise the same as InboundWireTransferServiceAsync.list.
-
-
-
-