UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

9 lines (8 loc) 223 B
import Client from "./client"; declare class Service { apiKeyRequired: boolean; client: Client; protected constructor(client: Client); protected createBaseUrl(url: string): string; } export default Service;