Class DigitalWalletTokenServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.DigitalWalletTokenService.WithRawResponse
public final class DigitalWalletTokenServiceImpl.WithRawResponseImpl implements DigitalWalletTokenService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description 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 DigitalWalletTokenService.retrieve.HttpResponseFor<DigitalWalletTokenListPage>list(DigitalWalletTokenListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /digital_wallet_tokens, but is otherwise the same as DigitalWalletTokenService.list.-
-
Method Detail
-
retrieve
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 DigitalWalletTokenService.retrieve.
-
list
HttpResponseFor<DigitalWalletTokenListPage> list(DigitalWalletTokenListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /digital_wallet_tokens, but is otherwise the same as DigitalWalletTokenService.list.
-
-
-
-