UNPKG

control-see

Version:

Control Util Documentos Electronicos SUNAT

13 lines 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DetalleCPE = void 0; class DetalleCPE { constructor() { this.id = 1; this.unidadMedida = 'NIU'; this.tipoPrecio = '01'; this.tipoImpuesto = '10'; } } exports.DetalleCPE = DetalleCPE; //# sourceMappingURL=detalle-cpe.js.map