UNPKG

consultas-doc-peru

Version:

Consulta de documentos a las diferentes entidades publicas del gobierno del Perú.

156 lines 4.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Contribuyente { get Ruc() { return this.ruc; } set Ruc(ruc) { this.ruc = ruc; } get RazonSocial() { return this.razonSocial; } set RazonSocial(razonSocial) { this.razonSocial = razonSocial; } get Tipo() { return this.tipo; } set Tipo(tipo) { this.tipo = tipo; } get TipoDocumento() { return this.tipoDocumento; } set TipoDocumento(tipoDocumento) { this.tipoDocumento = tipoDocumento; } get NombreComercial() { return this.nombreComercial; } set NombreComercial(nombreComercial) { this.nombreComercial = nombreComercial; } get FechaInscripcion() { return this.fechaInscripcion; } set FechaInscripcion(fechaInscripcion) { this.fechaInscripcion = fechaInscripcion; } get FechaInicioActividades() { return this.fechaInicioActividades; } set FechaInicioActividades(fechaInicioActividades) { this.fechaInicioActividades = fechaInicioActividades; } get Estado() { return this.estado; } set Estado(estado) { this.estado = estado; } get FechaBaja() { return this.fechaBaja; } set FechaBaja(fechaBaja) { this.fechaBaja = fechaBaja; } get Condicion() { return this.condicion; } set Condicion(condicion) { this.condicion = condicion; } get ProfesionUOficio() { return this.profesionUOficio; } set ProfesionUOficio(profesionUOficio) { this.profesionUOficio = profesionUOficio; } get Direccion() { return this.direccion; } set Direccion(direccion) { this.direccion = direccion; } get Departamento() { return this.departamento; } set Departamento(departamento) { this.departamento = departamento; } get Provincia() { return this.provincia; } set Provincia(provincia) { this.provincia = provincia; } get Distrito() { return this.distrito; } set Distrito(distrito) { this.distrito = distrito; } get SistemaEmisionComprobante() { return this.sistemaEmisionComprobante; } set SistemaEmisionComprobante(sistemaEmisionComprobante) { this.sistemaEmisionComprobante = sistemaEmisionComprobante; } get ComercioExterior() { return this.comercioExterior; } set ComercioExterior(comercioExterior) { this.comercioExterior = comercioExterior; } get SistemaContabilidad() { return this.sistemaContabilidad; } set SistemaContabilidad(sistemaContabilidad) { this.sistemaContabilidad = sistemaContabilidad; } get ActividadesEconomicas() { return this.actividadesEconomicas; } set ActividadesEconomicas(actividadesEconomicas) { this.actividadesEconomicas = actividadesEconomicas; } get ComprobantesPago() { return this.comprobantesPago; } set ComprobantesPago(comprobantesPago) { this.comprobantesPago = comprobantesPago; } get SistemaEmisionElectr() { return this.sistemaEmisionElectr; } set SistemaEmisionElectr(sistemaEmisionElectr) { this.sistemaEmisionElectr = sistemaEmisionElectr; } get FechaEmisorElectronico() { return this.fechaEmisorElectronico; } set FechaEmisorElectronico(fechaEmisorElectronico) { this.fechaEmisorElectronico = fechaEmisorElectronico; } get Cpe() { return this.cpe; } set Cpe(cpe) { this.cpe = cpe; } get FechaAfiliadoPLE() { return this.fechaAfiliadoPLE; } set FechaAfiliadoPLE(fechaAfiliadoPLE) { this.fechaAfiliadoPLE = fechaAfiliadoPLE; } get Padrones() { return this.padrones; } set Padrones(padrones) { this.padrones = padrones; } } exports.Contribuyente = Contribuyente; //# sourceMappingURL=contribuyente.js.map