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>create(AchTransferCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /ach_transfers, but is otherwise the same as AchTransferService.create.abstract HttpResponseFor<AchTransfer>create(AchTransferCreateParams params)Returns a raw HTTP response for post /ach_transfers, but is otherwise the same as AchTransferService.create.abstract HttpResponseFor<AchTransfer>retrieve(AchTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /ach_transfers/{ach_transfer_id}, but is otherwise the same as AchTransferService.retrieve.abstract HttpResponseFor<AchTransfer>retrieve(AchTransferRetrieveParams params)Returns a raw HTTP response for get /ach_transfers/{ach_transfer_id}, but is otherwise the same as AchTransferService.retrieve.abstract HttpResponseFor<AchTransferListPage>list(AchTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /ach_transfers, but is otherwise the same as AchTransferService.list.abstract HttpResponseFor<AchTransferListPage>list(AchTransferListParams params)Returns a raw HTTP response for get /ach_transfers, but is otherwise the same as AchTransferService.list.abstract HttpResponseFor<AchTransferListPage>list()Returns a raw HTTP response for get /ach_transfers, but is otherwise the same as AchTransferService.list.HttpResponseFor<AchTransferListPage>list(RequestOptions requestOptions)Returns a raw HTTP response for get /ach_transfers, but is otherwise the same as AchTransferService.list.abstract HttpResponseFor<AchTransfer>approve(AchTransferApproveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /ach_transfers/{ach_transfer_id}/approve, but is otherwise the same as AchTransferService.approve.abstract HttpResponseFor<AchTransfer>approve(AchTransferApproveParams params)Returns a raw HTTP response for post /ach_transfers/{ach_transfer_id}/approve, but is otherwise the same as AchTransferService.approve.abstract HttpResponseFor<AchTransfer>cancel(AchTransferCancelParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /ach_transfers/{ach_transfer_id}/cancel, but is otherwise the same as AchTransferService.cancel.abstract HttpResponseFor<AchTransfer>cancel(AchTransferCancelParams params)Returns a raw HTTP response for post /ach_transfers/{ach_transfer_id}/cancel, but is otherwise the same as AchTransferService.cancel.-
-
Method Detail
-
create
abstract HttpResponseFor<AchTransfer> create(AchTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /ach_transfers, but is otherwise the same as AchTransferService.create.
-
create
abstract HttpResponseFor<AchTransfer> create(AchTransferCreateParams params)
Returns a raw HTTP response for
post /ach_transfers, but is otherwise the same as AchTransferService.create.
-
retrieve
abstract HttpResponseFor<AchTransfer> retrieve(AchTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /ach_transfers/{ach_transfer_id}, but is otherwise the same as AchTransferService.retrieve.
-
retrieve
abstract HttpResponseFor<AchTransfer> retrieve(AchTransferRetrieveParams params)
Returns a raw HTTP response for
get /ach_transfers/{ach_transfer_id}, but is otherwise the same as AchTransferService.retrieve.
-
list
abstract HttpResponseFor<AchTransferListPage> list(AchTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /ach_transfers, but is otherwise the same as AchTransferService.list.
-
list
abstract HttpResponseFor<AchTransferListPage> list(AchTransferListParams params)
Returns a raw HTTP response for
get /ach_transfers, but is otherwise the same as AchTransferService.list.
-
list
abstract HttpResponseFor<AchTransferListPage> list()
Returns a raw HTTP response for
get /ach_transfers, but is otherwise the same as AchTransferService.list.
-
list
HttpResponseFor<AchTransferListPage> list(RequestOptions requestOptions)
Returns a raw HTTP response for
get /ach_transfers, but is otherwise the same as AchTransferService.list.
-
approve
abstract HttpResponseFor<AchTransfer> approve(AchTransferApproveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /ach_transfers/{ach_transfer_id}/approve, but is otherwise the same as AchTransferService.approve.
-
approve
abstract HttpResponseFor<AchTransfer> approve(AchTransferApproveParams params)
Returns a raw HTTP response for
post /ach_transfers/{ach_transfer_id}/approve, but is otherwise the same as AchTransferService.approve.
-
cancel
abstract HttpResponseFor<AchTransfer> cancel(AchTransferCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /ach_transfers/{ach_transfer_id}/cancel, but is otherwise the same as AchTransferService.cancel.
-
cancel
abstract HttpResponseFor<AchTransfer> cancel(AchTransferCancelParams params)
Returns a raw HTTP response for
post /ach_transfers/{ach_transfer_id}/cancel, but is otherwise the same as AchTransferService.cancel.
-
-
-
-