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.

14 lines (11 loc) 319 B
'use strict'; const DeliveryMethod = require('./DeliveryMethod'); const PaymentMean = require('./PaymentMean'); const ProductCategory = require('./ProductCategory'); const ShippingMethod = require('./ShippingMethod'); module.exports = { DeliveryMethod, PaymentMean, ProductCategory, ShippingMethod };