UNPKG

akua-sdk

Version:

TypeScript SDK for Akua Acquiring Processor

15 lines (14 loc) 364 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Product = void 0; /** * Enumeration of products. * @enum {string} */ var Product; (function (Product) { /** Product is credit */ Product["CREDIT"] = "CREDIT"; /** Product is debit */ Product["DEBIT"] = "DEBIT"; })(Product || (exports.Product = Product = {}));