Interface AchTransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface AchTransferService.WithRawResponseA view of AchTransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<AchTransfer>acknowledge(SimulationAchTransferAcknowledgeParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/acknowledge, but is otherwise the same as AchTransferService.acknowledge.abstract HttpResponseFor<AchTransfer>acknowledge(SimulationAchTransferAcknowledgeParams params)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/acknowledge, but is otherwise the same as AchTransferService.acknowledge.abstract HttpResponseFor<AchTransfer>createNotificationOfChange(SimulationAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/create_notification_of_change, but is otherwise the same as AchTransferService.createNotificationOfChange.abstract HttpResponseFor<AchTransfer>createNotificationOfChange(SimulationAchTransferCreateNotificationOfChangeParams params)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/create_notification_of_change, but is otherwise the same as AchTransferService.createNotificationOfChange.abstract HttpResponseFor<AchTransfer>return_(SimulationAchTransferReturnParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/return, but is otherwise the same as AchTransferService.return_.abstract HttpResponseFor<AchTransfer>return_(SimulationAchTransferReturnParams params)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/return, but is otherwise the same as AchTransferService.return_.abstract HttpResponseFor<AchTransfer>settle(SimulationAchTransferSettleParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/settle, but is otherwise the same as AchTransferService.settle.abstract HttpResponseFor<AchTransfer>settle(SimulationAchTransferSettleParams params)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/settle, but is otherwise the same as AchTransferService.settle.abstract HttpResponseFor<AchTransfer>submit(SimulationAchTransferSubmitParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/submit, but is otherwise the same as AchTransferService.submit.abstract HttpResponseFor<AchTransfer>submit(SimulationAchTransferSubmitParams params)Returns a raw HTTP response for post /simulations/ach_transfers/{ach_transfer_id}/submit, but is otherwise the same as AchTransferService.submit.-
-
Method Detail
-
acknowledge
abstract HttpResponseFor<AchTransfer> acknowledge(SimulationAchTransferAcknowledgeParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/acknowledge, but is otherwise the same as AchTransferService.acknowledge.
-
acknowledge
abstract HttpResponseFor<AchTransfer> acknowledge(SimulationAchTransferAcknowledgeParams params)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/acknowledge, but is otherwise the same as AchTransferService.acknowledge.
-
createNotificationOfChange
abstract HttpResponseFor<AchTransfer> createNotificationOfChange(SimulationAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/create_notification_of_change, but is otherwise the same as AchTransferService.createNotificationOfChange.
-
createNotificationOfChange
abstract HttpResponseFor<AchTransfer> createNotificationOfChange(SimulationAchTransferCreateNotificationOfChangeParams params)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/create_notification_of_change, but is otherwise the same as AchTransferService.createNotificationOfChange.
-
return_
abstract HttpResponseFor<AchTransfer> return_(SimulationAchTransferReturnParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/return, but is otherwise the same as AchTransferService.return_.
-
return_
abstract HttpResponseFor<AchTransfer> return_(SimulationAchTransferReturnParams params)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/return, but is otherwise the same as AchTransferService.return_.
-
settle
abstract HttpResponseFor<AchTransfer> settle(SimulationAchTransferSettleParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/settle, but is otherwise the same as AchTransferService.settle.
-
settle
abstract HttpResponseFor<AchTransfer> settle(SimulationAchTransferSettleParams params)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/settle, but is otherwise the same as AchTransferService.settle.
-
submit
abstract HttpResponseFor<AchTransfer> submit(SimulationAchTransferSubmitParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/submit, but is otherwise the same as AchTransferService.submit.
-
submit
abstract HttpResponseFor<AchTransfer> submit(SimulationAchTransferSubmitParams params)
Returns a raw HTTP response for
post /simulations/ach_transfers/{ach_transfer_id}/submit, but is otherwise the same as AchTransferService.submit.
-
-
-
-