UNPKG

connect-sdk-nodejs

Version:

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

5 lines (4 loc) 308 B
import { PaymentContext, SdkCallback } from "../model"; import { ApproveRefundRequest } from "../model/domain/refund"; declare const approveRefund: (merchantId: string, refundId: string, postData: ApproveRefundRequest, paymentContext: PaymentContext | null, cb: SdkCallback) => void; export = approveRefund;