@mrboombastic/node-przelewy24
Version:
A simple library for connecting przelewy24 service
47 lines • 1.36 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Country = void 0;
/**
* Country Code
*
* @enum {string}
*/
var Country;
(function (Country) {
Country["Andorra"] = "AD";
Country["Austria"] = "AT";
Country["Belgium"] = "BE";
Country["Cyprus"] = "CY";
Country["CzechRepublic"] = "CZ";
Country["Denmark"] = "DK";
Country["Estonia"] = "EE";
Country["Finland"] = "FI";
Country["France"] = "FR";
Country["Greece"] = "EL";
Country["Spain"] = "ES";
Country["Norway"] = "NO";
Country["Poland"] = "PL";
Country["Portugal"] = "PT";
Country["SanMarino"] = "SM";
Country["Slovakia"] = "SK";
Country["Slovenia"] = "SI";
Country["Switzerland"] = "CH";
Country["Sweden"] = "SE";
Country["Hungary"] = "HU";
Country["GreatBritain"] = "GB";
Country["Italy"] = "IT";
Country["Netherland"] = "NL";
Country["Ireland"] = "IE";
Country["Island"] = "IS";
Country["Lithuania"] = "LT";
Country["Latvia"] = "LV";
Country["Luxembourg"] = "LU";
Country["Malta"] = "MT";
Country["USA"] = "US";
Country["Canada"] = "CA";
Country["Japan"] = "JP";
Country["Ukraine"] = "UA";
Country["Belarus"] = "BY";
Country["Russia"] = "RU";
})(Country || (exports.Country = Country = {}));
//# sourceMappingURL=Country.js.map