Package com.increase.api.services.async
Interface DigitalWalletTokenServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface DigitalWalletTokenServiceAsync.WithRawResponseA view of DigitalWalletTokenServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<DigitalWalletToken>> retrieve(DigitalWalletTokenRetrieveParams params)
Returns a raw HTTP response for
get /digital_wallet_tokens/{digital_wallet_token_id}, but is otherwise the same as DigitalWalletTokenServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<DigitalWalletToken>> retrieve(DigitalWalletTokenRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>> list()
Returns a raw HTTP response for
get /digital_wallet_tokens, but is otherwise the same as DigitalWalletTokenServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>> list(DigitalWalletTokenListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>> list(DigitalWalletTokenListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-