UNPKG

connect-sdk-nodejs

Version:

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

7 lines (6 loc) 146 B
export interface HostedFile { fileName?: string | null; fileSize?: string | null; fileType?: string | null; id?: string | null; }