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) 191 B
'use strict'; /** * Customer gender constant values * * @type {{UNKNOWN: String, MALE: String, FEMALE: String}} */ module.exports = { UNKNOWN: 'U', MALE: 'M', FEMALE: 'F' };