Package com.increase.api.services.async
Class AchPrenotificationServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.AchPrenotificationServiceAsync.WithRawResponse
public final class AchPrenotificationServiceAsyncImpl.WithRawResponseImpl implements AchPrenotificationServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<AchPrenotification>>create(AchPrenotificationCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AchPrenotification>>retrieve(AchPrenotificationRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<AchPrenotificationListPageAsync>>list(AchPrenotificationListParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<AchPrenotification>> create(AchPrenotificationCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<AchPrenotification>> retrieve(AchPrenotificationRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<AchPrenotificationListPageAsync>> list(AchPrenotificationListParams params, RequestOptions requestOptions)
-
-
-
-