UNPKG

connect-sdk-nodejs

Version:

SDK to communicate with the Ingenico ePayments platform using the Ingenico Connect Server API

5 lines (4 loc) 246 B
import { SdkCallback } from "../model"; import { NetworksParams } from "../model/products"; declare const getNetworks: (merchantId: string, paymentProductId: number, paymentContext: NetworksParams, cb: SdkCallback) => void; export = getNetworks;