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
-
-
Method Detail
-
acknowledge
@MustBeClosed() 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.
-
acknowledge
@MustBeClosed() abstract HttpResponseFor<AchTransfer> acknowledge(SimulationAchTransferAcknowledgeParams params, RequestOptions requestOptions)
-
createNotificationOfChange
@MustBeClosed() 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.
-
createNotificationOfChange
@MustBeClosed() abstract HttpResponseFor<AchTransfer> createNotificationOfChange(SimulationAchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
-
return_
@MustBeClosed() 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_.
-
return_
@MustBeClosed() abstract HttpResponseFor<AchTransfer> return_(SimulationAchTransferReturnParams params, RequestOptions requestOptions)
-
settle
@MustBeClosed() 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.
-
settle
@MustBeClosed() abstract HttpResponseFor<AchTransfer> settle(SimulationAchTransferSettleParams params, RequestOptions requestOptions)
-
submit
@MustBeClosed() 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.
-
submit
@MustBeClosed() abstract HttpResponseFor<AchTransfer> submit(SimulationAchTransferSubmitParams params, RequestOptions requestOptions)
-
-
-
-