Class InboundAchTransferServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.InboundAchTransferServiceAsync.WithRawResponse
public final class InboundAchTransferServiceAsyncImpl.WithRawResponseImpl implements InboundAchTransferServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<InboundAchTransfer>>retrieve(InboundAchTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_ach_transfers/{inbound_ach_transfer_id}, but is otherwise the same as InboundAchTransferServiceAsync.retrieve.CompletableFuture<HttpResponseFor<InboundAchTransferListPageAsync>>list(InboundAchTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /inbound_ach_transfers, but is otherwise the same as InboundAchTransferServiceAsync.list.CompletableFuture<HttpResponseFor<InboundAchTransfer>>createNotificationOfChange(InboundAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /inbound_ach_transfers/{inbound_ach_transfer_id}/create_notification_of_change, but is otherwise the same as InboundAchTransferServiceAsync.createNotificationOfChange.CompletableFuture<HttpResponseFor<InboundAchTransfer>>decline(InboundAchTransferDeclineParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /inbound_ach_transfers/{inbound_ach_transfer_id}/decline, but is otherwise the same as InboundAchTransferServiceAsync.decline.CompletableFuture<HttpResponseFor<InboundAchTransfer>>transferReturn(InboundAchTransferTransferReturnParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /inbound_ach_transfers/{inbound_ach_transfer_id}/transfer_return, but is otherwise the same as InboundAchTransferServiceAsync.transferReturn.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<InboundAchTransfer>> retrieve(InboundAchTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_ach_transfers/{inbound_ach_transfer_id}, but is otherwise the same as InboundAchTransferServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<InboundAchTransferListPageAsync>> list(InboundAchTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /inbound_ach_transfers, but is otherwise the same as InboundAchTransferServiceAsync.list.
-
createNotificationOfChange
CompletableFuture<HttpResponseFor<InboundAchTransfer>> createNotificationOfChange(InboundAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /inbound_ach_transfers/{inbound_ach_transfer_id}/create_notification_of_change, but is otherwise the same as InboundAchTransferServiceAsync.createNotificationOfChange.
-
decline
CompletableFuture<HttpResponseFor<InboundAchTransfer>> decline(InboundAchTransferDeclineParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /inbound_ach_transfers/{inbound_ach_transfer_id}/decline, but is otherwise the same as InboundAchTransferServiceAsync.decline.
-
transferReturn
CompletableFuture<HttpResponseFor<InboundAchTransfer>> transferReturn(InboundAchTransferTransferReturnParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /inbound_ach_transfers/{inbound_ach_transfer_id}/transfer_return, but is otherwise the same as InboundAchTransferServiceAsync.transferReturn.
-
-
-
-