UNPKG

@simonbackx/paynl-node

Version:

Simple PayNL SDK for Node.js that uses promises and no singletons

11 lines 424 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProductType = void 0; var ProductType; (function (ProductType) { ProductType["ARTICLE"] = "ARTICLE"; ProductType["SHIPPING"] = "SHIPPING"; ProductType["HANDLING"] = "HANDLING"; ProductType["DISCOUNT"] = "DISCOUNT"; })(ProductType = exports.ProductType || (exports.ProductType = {})); //# sourceMappingURL=ProductType.js.map