UNPKG

@adyen/api-library

Version:

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

8 lines (7 loc) 491 B
import Service from "../../../service"; import Resource from "../../resource"; type Endpoints = "/createNotificationConfiguration" | "/getNotificationConfiguration" | "/getNotificationConfigurationList" | "/testNotificationConfiguration" | "/updateNotificationConfiguration" | "/deleteNotificationConfigurations"; declare class PlatformsNotificationConfiguration extends Resource { constructor(service: Service, endpoint: Endpoints); } export default PlatformsNotificationConfiguration;