facturacionelectronicapy-ts-xmlgen
Version:
Genera el contenido del archivo XML del Documento electrónico exigido por la SET
10 lines (9 loc) • 319 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TaxRate = void 0;
var TaxRate;
(function (TaxRate) {
TaxRate[TaxRate["CERO"] = 0] = "CERO";
TaxRate[TaxRate["CINCO"] = 5] = "CINCO";
TaxRate[TaxRate["DIEZ"] = 10] = "DIEZ";
})(TaxRate || (exports.TaxRate = TaxRate = {}));