Class AccountTransferServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.simulations.AccountTransferService.WithRawResponse
public final class AccountTransferServiceImpl.WithRawResponseImpl implements AccountTransferService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<AccountTransfer>complete(SimulationAccountTransferCompleteParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /simulations/account_transfers/{account_transfer_id}/complete, but is otherwise the same as AccountTransferService.complete.-
-
Method Detail
-
complete
HttpResponseFor<AccountTransfer> complete(SimulationAccountTransferCompleteParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /simulations/account_transfers/{account_transfer_id}/complete, but is otherwise the same as AccountTransferService.complete.
-
-
-
-