Package com.increase.api.services.async
Class DigitalWalletTokenServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.DigitalWalletTokenServiceAsync.WithRawResponse
public final class DigitalWalletTokenServiceAsyncImpl.WithRawResponseImpl implements DigitalWalletTokenServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<DigitalWalletToken>>retrieve(DigitalWalletTokenRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /digital_wallet_tokens/{digital_wallet_token_id}, but is otherwise the same as DigitalWalletTokenServiceAsync.retrieve.CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>>list(DigitalWalletTokenListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /digital_wallet_tokens, but is otherwise the same as DigitalWalletTokenServiceAsync.list.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<DigitalWalletToken>> retrieve(DigitalWalletTokenRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /digital_wallet_tokens/{digital_wallet_token_id}, but is otherwise the same as DigitalWalletTokenServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<DigitalWalletTokenListPageAsync>> list(DigitalWalletTokenListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /digital_wallet_tokens, but is otherwise the same as DigitalWalletTokenServiceAsync.list.
-
-
-
-