facturacionelectronicapy-ts-xmlgen
Version:
Genera el contenido del archivo XML del Documento electrónico exigido por la SET
11 lines (10 loc) • 659 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TransportUpdateMotive = void 0;
var TransportUpdateMotive;
(function (TransportUpdateMotive) {
TransportUpdateMotive[TransportUpdateMotive["CAMBIO_LOCAL_ENTREGA"] = 1] = "CAMBIO_LOCAL_ENTREGA";
TransportUpdateMotive[TransportUpdateMotive["CAMBIO_CHOFER"] = 2] = "CAMBIO_CHOFER";
TransportUpdateMotive[TransportUpdateMotive["CAMBIO_TRANSPORTISTA"] = 3] = "CAMBIO_TRANSPORTISTA";
TransportUpdateMotive[TransportUpdateMotive["CAMBIO_VEHICULO"] = 4] = "CAMBIO_VEHICULO";
})(TransportUpdateMotive || (exports.TransportUpdateMotive = TransportUpdateMotive = {}));