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 HttpResponseFor<AchTransfer>acknowledge(AchTransferAcknowledgeParams 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>acknowledge(AchTransferAcknowledgeParams params, RequestOptions requestOptions)HttpResponseFor<AchTransfer>createNotificationOfChange(AchTransferCreateNotificationOfChangeParams 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>createNotificationOfChange(AchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)HttpResponseFor<AchTransfer>return_(AchTransferReturnParams 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>return_(AchTransferReturnParams params, RequestOptions requestOptions)HttpResponseFor<AchTransfer>settle(AchTransferSettleParams 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>settle(AchTransferSettleParams params, RequestOptions requestOptions)HttpResponseFor<AchTransfer>submit(AchTransferSubmitParams params)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(AchTransferSubmitParams params, RequestOptions requestOptions)-
-
Method Detail
-
acknowledge
@MustBeClosed() HttpResponseFor<AchTransfer> acknowledge(AchTransferAcknowledgeParams 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(AchTransferAcknowledgeParams params, RequestOptions requestOptions)
-
createNotificationOfChange
@MustBeClosed() HttpResponseFor<AchTransfer> createNotificationOfChange(AchTransferCreateNotificationOfChangeParams 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(AchTransferCreateNotificationOfChangeParams params, RequestOptions requestOptions)
-
return_
@MustBeClosed() HttpResponseFor<AchTransfer> return_(AchTransferReturnParams 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_(AchTransferReturnParams params, RequestOptions requestOptions)
-
settle
@MustBeClosed() HttpResponseFor<AchTransfer> settle(AchTransferSettleParams 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(AchTransferSettleParams params, RequestOptions requestOptions)
-
submit
@MustBeClosed() HttpResponseFor<AchTransfer> submit(AchTransferSubmitParams 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(AchTransferSubmitParams params, RequestOptions requestOptions)
-
-
-
-