Interface InboundAchTransferServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundAchTransferServiceAsync.WithRawResponseA view of InboundAchTransferServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundAchTransfer>> retrieve(InboundAchTransferRetrieveParams params)
Returns a raw HTTP response for
get /inbound_ach_transfers/{inbound_ach_transfer_id}, but is otherwise the same as InboundAchTransferServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundAchTransfer>> retrieve(InboundAchTransferRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundAchTransferListPageAsync>> list()
Returns a raw HTTP response for
get /inbound_ach_transfers, but is otherwise the same as InboundAchTransferServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundAchTransferListPageAsync>> list(InboundAchTransferListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundAchTransferListPageAsync>> list(InboundAchTransferListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundAchTransferListPageAsync>> list(RequestOptions requestOptions)
-
createNotificationOfChange
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundAchTransfer>> createNotificationOfChange(InboundAchTransferCreateNotificationOfChangeParams params)
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.
-
createNotificationOfChange
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundAchTransfer>> createNotificationOfChange(InboundAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
-
decline
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundAchTransfer>> decline(InboundAchTransferDeclineParams params)
Returns a raw HTTP response for
post /inbound_ach_transfers/{inbound_ach_transfer_id}/decline, but is otherwise the same as InboundAchTransferServiceAsync.decline.
-
decline
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundAchTransfer>> decline(InboundAchTransferDeclineParams params, RequestOptions requestOptions)
-
transferReturn
@MustBeClosed() CompletableFuture<HttpResponseFor<InboundAchTransfer>> transferReturn(InboundAchTransferTransferReturnParams params)
Returns a raw HTTP response for
post /inbound_ach_transfers/{inbound_ach_transfer_id}/transfer_return, but is otherwise the same as InboundAchTransferServiceAsync.transferReturn.
-
transferReturn
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<InboundAchTransfer>> transferReturn(InboundAchTransferTransferReturnParams params, RequestOptions requestOptions)
-
-
-
-