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