using System; using System.Collections.Generic; using PropertyChanged; namespace bdAsegasa.db; [AddINotifyPropertyChangedInterface] public partial class v_act_recibos { public int idRegistro { get; set; } public string? MacroAct { get; set; } public int? idFicheroCompania { get; set; } public int? NumeroGeneracion { get; set; } public int idRecibo { get; set; } public string? NumeroRecibo { get; set; } public int? idAgente { get; set; } public int? idSubagente { get; set; } /// /// tabla recibos /// public int? idReciboAsociado { get; set; } /// /// tabla enumeraciones /// public int? idTipoPago { get; set; } /// /// tabla remesa /// public int? idRemesa { get; set; } public DateOnly? FechaRemesa { get; set; } public int? idDuracion { get; set; } public int idTipo { get; set; } public DateOnly? FechaExpedicion { get; set; } public DateOnly FechaEfecto { get; set; } public DateOnly FechaVencimiento { get; set; } public DateOnly? FechaPago { get; set; } public DateOnly? FechaDevolucionBanco { get; set; } public int? idCausaDevolucion { get; set; } public DateOnly? FechaBaja { get; set; } public int? idCausaBaja { get; set; } public DateOnly? FechaFacturacion { get; set; } public DateOnly? FechaCartaRemesaCobroDirecto { get; set; } public DateOnly? FechaCartaDevuelto { get; set; } public DateOnly? FechaCartaImperativoLegal { get; set; } public DateOnly? FechaCartaAvisoAgente { get; set; } public DateOnly? FechaCartaEnvioRecibo { get; set; } public DateOnly? FechaImpresionTalon { get; set; } public DateOnly? FechaImpresionRecibo { get; set; } public string? Coberturas { get; set; } public string? CodigoCia { get; set; } public double? PrimaNeta { get; set; } public double? BonificacionORecargo { get; set; } public double? Consorcio { get; set; } public double? Impuesto { get; set; } public double? RecargoExterno { get; set; } public double? TotalRecibo { get; set; } public double? ComisionReciboPrimaNeta { get; set; } public double? PorcentajeReciboPrimaNeta { get; set; } public double? TotalComision { get; set; } public double? PorcentajeComisionAgente { get; set; } public double? ComisionAgente { get; set; } public double? ComisionAsegasaPrimaNeta { get; set; } public double? AsegasaRecargoExterno { get; set; } public double? AsegasaComisionConsorcio { get; set; } public double? AsegasaComisionTotal { get; set; } public string? IBAN { get; set; } public int idPoliza { get; set; } public double? BaseComisionAgente { get; set; } public double? PorcentajeBaseComisionAgente { get; set; } public double? PorcentajeComisionPrevista { get; set; } public double? ComisionPrevista { get; set; } public int? idSituacion { get; set; } public DateOnly? FechaRecepcionCia { get; set; } public string? CodigoRecibo { get; set; } public int? idUsuario { get; set; } public int? OrigenRecibo { get; set; } public DateOnly? FechaAsientoDevueltoBanco { get; set; } public string? NumeroPoliza { get; set; } public int? NumeroSuplemento { get; set; } public string? TipoPago { get; set; } public string? TipoRecibo { get; set; } public string? Situacion { get; set; } public string? CodigoCausaDevolucion { get; set; } public string? CodigoTipoLiquidacion { get; set; } public int? NumeroLiquidacionCia { get; set; } public DateOnly? FechaLiquidacionCia { get; set; } public string? Observaciones { get; set; } public string? CodigoTipoLiquidacionAgente { get; set; } public int? NumeroLiquidacionAgente { get; set; } public DateOnly? FechaLiquidacionAgente { get; set; } public string? CausaBaja { get; set; } }