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
-
withOptions
abstract InboundAchTransferServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<HttpResponseFor<InboundAchTransfer>> retrieve(String inboundAchTransferId)
Returns a raw HTTP response for
get /inbound_ach_transfers/{inbound_ach_transfer_id}, but is otherwise the same as InboundAchTransferServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<InboundAchTransfer>> retrieve(String inboundAchTransferId, InboundAchTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<InboundAchTransfer>> retrieve(String inboundAchTransferId, InboundAchTransferRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<InboundAchTransfer>> retrieve(InboundAchTransferRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<InboundAchTransfer>> retrieve(InboundAchTransferRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<InboundAchTransfer>> retrieve(String inboundAchTransferId, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<InboundAchTransferListPageAsync>> list()
Returns a raw HTTP response for
get /inbound_ach_transfers, but is otherwise the same as InboundAchTransferServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<InboundAchTransferListPageAsync>> list(InboundAchTransferListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<InboundAchTransferListPageAsync>> list(InboundAchTransferListParams params)
-
list
CompletableFuture<HttpResponseFor<InboundAchTransferListPageAsync>> list(RequestOptions requestOptions)
-
createNotificationOfChange
CompletableFuture<HttpResponseFor<InboundAchTransfer>> createNotificationOfChange(String inboundAchTransferId)
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
CompletableFuture<HttpResponseFor<InboundAchTransfer>> createNotificationOfChange(String inboundAchTransferId, InboundAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
-
createNotificationOfChange
CompletableFuture<HttpResponseFor<InboundAchTransfer>> createNotificationOfChange(String inboundAchTransferId, InboundAchTransferCreateNotificationOfChangeParams params)
-
createNotificationOfChange
abstract CompletableFuture<HttpResponseFor<InboundAchTransfer>> createNotificationOfChange(InboundAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
-
createNotificationOfChange
CompletableFuture<HttpResponseFor<InboundAchTransfer>> createNotificationOfChange(InboundAchTransferCreateNotificationOfChangeParams params)
-
createNotificationOfChange
CompletableFuture<HttpResponseFor<InboundAchTransfer>> createNotificationOfChange(String inboundAchTransferId, RequestOptions requestOptions)
-
decline
CompletableFuture<HttpResponseFor<InboundAchTransfer>> decline(String inboundAchTransferId)
Returns a raw HTTP response for
post /inbound_ach_transfers/{inbound_ach_transfer_id}/decline, but is otherwise the same as InboundAchTransferServiceAsync.decline.
-
decline
CompletableFuture<HttpResponseFor<InboundAchTransfer>> decline(String inboundAchTransferId, InboundAchTransferDeclineParams params, RequestOptions requestOptions)
-
decline
CompletableFuture<HttpResponseFor<InboundAchTransfer>> decline(String inboundAchTransferId, InboundAchTransferDeclineParams params)
-
decline
abstract CompletableFuture<HttpResponseFor<InboundAchTransfer>> decline(InboundAchTransferDeclineParams params, RequestOptions requestOptions)
-
decline
CompletableFuture<HttpResponseFor<InboundAchTransfer>> decline(InboundAchTransferDeclineParams params)
-
decline
CompletableFuture<HttpResponseFor<InboundAchTransfer>> decline(String inboundAchTransferId, RequestOptions requestOptions)
-
transferReturn
CompletableFuture<HttpResponseFor<InboundAchTransfer>> transferReturn(String inboundAchTransferId, 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
CompletableFuture<HttpResponseFor<InboundAchTransfer>> transferReturn(String inboundAchTransferId, InboundAchTransferTransferReturnParams params, RequestOptions requestOptions)
-
transferReturn
CompletableFuture<HttpResponseFor<InboundAchTransfer>> transferReturn(InboundAchTransferTransferReturnParams params)
-
transferReturn
abstract CompletableFuture<HttpResponseFor<InboundAchTransfer>> transferReturn(InboundAchTransferTransferReturnParams params, RequestOptions requestOptions)
-
-
-
-