UNPKG

connect-sdk-nodejs

Version:

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

5 lines (4 loc) 225 B
import { SdkCallback } from "../model"; import { FindRefundsParams } from "../model/refunds"; declare const findRefunds: (merchantId: string, paymentContext: FindRefundsParams, cb: SdkCallback) => void; export = findRefunds;