Class AchTransferServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.simulations.AchTransferService.WithRawResponse
public final class AchTransferServiceImpl.WithRawResponseImpl implements AchTransferService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description 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.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.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_.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.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.-
-
Method Detail
-
acknowledge
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.
-
createNotificationOfChange
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.
-
return_
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_.
-
settle
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.
-
submit
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.
-
-
-
-