UNPKG

connect-sdk-nodejs

Version:

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

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