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.

13 lines (11 loc) 196 B
'use strict'; /** * Type items for params Basket * * @type {{FEE: String, GOOD: String, DISCOUNT: String}} */ module.exports = { GOOD: 'good', DISCOUNT: 'discount', FEE: 'fee' };