Package com.increase.api.services.async
Class IntrafiAccountEnrollmentServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.IntrafiAccountEnrollmentServiceAsync.WithRawResponse
public final class IntrafiAccountEnrollmentServiceAsyncImpl.WithRawResponseImpl implements IntrafiAccountEnrollmentServiceAsync.WithRawResponse
-
-
Method Summary
-
-
Method Detail
-
create
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> create(IntrafiAccountEnrollmentCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentServiceAsync.create.
-
retrieve
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> retrieve(IntrafiAccountEnrollmentRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /intrafi_account_enrollments/{intrafi_account_enrollment_id}, but is otherwise the same as IntrafiAccountEnrollmentServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollmentListPageAsync>> list(IntrafiAccountEnrollmentListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /intrafi_account_enrollments, but is otherwise the same as IntrafiAccountEnrollmentServiceAsync.list.
-
unenroll
CompletableFuture<HttpResponseFor<IntrafiAccountEnrollment>> unenroll(IntrafiAccountEnrollmentUnenrollParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /intrafi_account_enrollments/{intrafi_account_enrollment_id}/unenroll, but is otherwise the same as IntrafiAccountEnrollmentServiceAsync.unenroll.
-
-
-
-