Package com.lithic.api.services.blocking
Interface TransferService.WithRawResponse
-
- All Implemented Interfaces:
public interface TransferService.WithRawResponseA view of TransferService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<Transfer>create(TransferCreateParams params)Returns a raw HTTP response for post /v1/transfer, but is otherwise the same as TransferService.create.abstract HttpResponseFor<Transfer>create(TransferCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
create
@MustBeClosed() HttpResponseFor<Transfer> create(TransferCreateParams params)
Returns a raw HTTP response for
post /v1/transfer, but is otherwise the same as TransferService.create.
-
create
@MustBeClosed() abstract HttpResponseFor<Transfer> create(TransferCreateParams params, RequestOptions requestOptions)
-
-
-
-