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