Class WireTransferServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.WireTransferService.WithRawResponse
public final class WireTransferServiceImpl.WithRawResponseImpl implements WireTransferService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<WireTransfer>create(WireTransferCreateParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /wire_transfers, but is otherwise the same as WireTransferService.create.HttpResponseFor<WireTransfer>retrieve(WireTransferRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /wire_transfers/{wire_transfer_id}, but is otherwise the same as WireTransferService.retrieve.HttpResponseFor<WireTransferListPage>list(WireTransferListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /wire_transfers, but is otherwise the same as WireTransferService.list.HttpResponseFor<WireTransfer>approve(WireTransferApproveParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /wire_transfers/{wire_transfer_id}/approve, but is otherwise the same as WireTransferService.approve.HttpResponseFor<WireTransfer>cancel(WireTransferCancelParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /wire_transfers/{wire_transfer_id}/cancel, but is otherwise the same as WireTransferService.cancel.-
-
Method Detail
-
create
HttpResponseFor<WireTransfer> create(WireTransferCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /wire_transfers, but is otherwise the same as WireTransferService.create.
-
retrieve
HttpResponseFor<WireTransfer> retrieve(WireTransferRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /wire_transfers/{wire_transfer_id}, but is otherwise the same as WireTransferService.retrieve.
-
list
HttpResponseFor<WireTransferListPage> list(WireTransferListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /wire_transfers, but is otherwise the same as WireTransferService.list.
-
approve
HttpResponseFor<WireTransfer> approve(WireTransferApproveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /wire_transfers/{wire_transfer_id}/approve, but is otherwise the same as WireTransferService.approve.
-
cancel
HttpResponseFor<WireTransfer> cancel(WireTransferCancelParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /wire_transfers/{wire_transfer_id}/cancel, but is otherwise the same as WireTransferService.cancel.
-
-
-
-