@mrboombastic/node-przelewy24
Version:
A simple library for connecting Przelewy24 service
16 lines • 391 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Currency = void 0;
/**
* Currency Type
*
* @enum {string}
*/
var Currency;
(function (Currency) {
Currency["PLN"] = "PLN";
Currency["EUR"] = "EUR";
Currency["GBP"] = "GPB";
Currency["CZK"] = "CZK";
})(Currency || (exports.Currency = Currency = {}));
//# sourceMappingURL=Currency.js.map