UNPKG

@hipay/hipay-enterprise-sdk-nodejs

Version:

The HiPay Enterprise SDK for NodeJS is a library for developers who want to integrate HiPay Enterprise payment methods to any NodeJS platform.

12 lines (8 loc) 160 B
'use strict'; class AbstractResponsePart { constructor() { this.initValues(); } initValues() {} } module.exports = AbstractResponsePart;