UNPKG

@adyen/api-library

Version:

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

8 lines (7 loc) 244 B
import { PosMobileApi } from "./posMobileApi"; import Service from "../../service"; import Client from "../../client"; export default class PosMobileAPI extends Service { constructor(client: Client); get PosMobileApi(): PosMobileApi; }