Class AchTransferServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.AchTransferService.WithRawResponse
public final class AchTransferServiceImpl.WithRawResponseImpl implements AchTransferService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<AchTransfer>create(AchTransferCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /ach_transfers, but is otherwise the same as AchTransferService.create.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.HttpResponseFor<AchTransferListPage>list(AchTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /ach_transfers, but is otherwise the same as AchTransferService.list.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.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.-
-
Method Detail
-
create
HttpResponseFor<AchTransfer> create(AchTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /ach_transfers, but is otherwise the same as AchTransferService.create.
-
retrieve
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.
-
list
HttpResponseFor<AchTransferListPage> list(AchTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /ach_transfers, but is otherwise the same as AchTransferService.list.
-
approve
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.
-
cancel
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.
-
-
-
-