Interface CheckTransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface CheckTransferService.WithRawResponseA view of CheckTransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract HttpResponseFor<CheckTransfer>mail(SimulationCheckTransferMailParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/check_transfers/{check_transfer_id}/mail, but is otherwise the same as CheckTransferService.mail.abstract HttpResponseFor<CheckTransfer>mail(SimulationCheckTransferMailParams params)Returns a raw HTTP response for post /simulations/check_transfers/{check_transfer_id}/mail, but is otherwise the same as CheckTransferService.mail.-
-
Method Detail
-
mail
abstract HttpResponseFor<CheckTransfer> mail(SimulationCheckTransferMailParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/check_transfers/{check_transfer_id}/mail, but is otherwise the same as CheckTransferService.mail.
-
mail
abstract HttpResponseFor<CheckTransfer> mail(SimulationCheckTransferMailParams params)
Returns a raw HTTP response for
post /simulations/check_transfers/{check_transfer_id}/mail, but is otherwise the same as CheckTransferService.mail.
-
-
-
-