Package com.adyen
Class ApiKeyAuthenticatedService
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.ApiKeyAuthenticatedService
-
- Direct Known Subclasses:
PosPayment,TerminalCloudAPI
public class ApiKeyAuthenticatedService extends Service
A service base class that enforces API key authentication.This class extends Service and ensures that any extending service requires an API key for authentication.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedApiKeyAuthenticatedService(Client client)
-
-
-
Constructor Detail
-
ApiKeyAuthenticatedService
protected ApiKeyAuthenticatedService(Client client)
-
-