UNPKG

connect-sdk-nodejs

Version:

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

7 lines (6 loc) 165 B
import { Capture } from "./definitions"; export interface CaptureResponse extends Capture { } export interface CapturesResponse { captures?: Capture[] | null; }