Package com.adyen

Class 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 Detail

      • ApiKeyAuthenticatedService

        protected ApiKeyAuthenticatedService​(Client client)