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 HttpResponseFor<InboundFundsHoldReleaseResponse>release(InboundFundsHoldReleaseParams 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.abstract HttpResponseFor<InboundFundsHoldReleaseResponse>release(InboundFundsHoldReleaseParams params, RequestOptions requestOptions)-
-
Method Detail
-
release
@MustBeClosed() HttpResponseFor<InboundFundsHoldReleaseResponse> release(InboundFundsHoldReleaseParams 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.
-
release
@MustBeClosed() abstract HttpResponseFor<InboundFundsHoldReleaseResponse> release(InboundFundsHoldReleaseParams params, RequestOptions requestOptions)
-
-
-
-