UNPKG

cecon-interfaces

Version:
12 lines (11 loc) 453 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EPayioCardKeyType = void 0; var EPayioCardKeyType; (function (EPayioCardKeyType) { EPayioCardKeyType["CPF"] = "CPF"; EPayioCardKeyType["CNPJ"] = "CNPJ"; EPayioCardKeyType["PHONE"] = "PHONE"; EPayioCardKeyType["EMAIL"] = "EMAIL"; EPayioCardKeyType["RANDOM"] = "RANDOM"; })(EPayioCardKeyType || (exports.EPayioCardKeyType = EPayioCardKeyType = {}));