Package com.lithic.api.services.async
Interface TransferServiceAsync
-
- All Implemented Interfaces:
public interface TransferServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceTransferServiceAsync.WithRawResponseA view of TransferServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract TransferServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract TransferServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<Transfer>create(TransferCreateParams params)Transfer funds between two financial accounts or between a financial account and card abstract CompletableFuture<Transfer>create(TransferCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract TransferServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract TransferServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
@Deprecated(message = "deprecated") CompletableFuture<Transfer> create(TransferCreateParams params)
Transfer funds between two financial accounts or between a financial account and card
-
create
@Deprecated(message = "deprecated") abstract CompletableFuture<Transfer> create(TransferCreateParams params, RequestOptions requestOptions)
-
-
-
-