UNPKG

@adyen/api-library

Version:

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

8 lines (7 loc) 254 B
import { StoredValueApi } from "./storedValueApi"; import Service from "../../service"; import Client from "../../client"; export default class StoredValueAPI extends Service { constructor(client: Client); get StoredValueApi(): StoredValueApi; }