37 lines
1.2 KiB
VB.net
37 lines
1.2 KiB
VB.net
Public Class DetallesPoliza
|
|
Property NumeroPropuesta As String
|
|
Property Compania As String
|
|
Property NumeroPoliza As String
|
|
Property NumeroSuplemento As String
|
|
Property FechaEnvioCompania As String
|
|
Property FechaRecibidoCompania As String
|
|
Property Duracion As String
|
|
Property FechaEfecto As String
|
|
Property FechaVencimiento As String
|
|
Property FechaBaja As String
|
|
Property CausaBaja As String
|
|
Property Ramo As String
|
|
Property Agente As String
|
|
Property SubAgente As String
|
|
Property BienesAsegurados As String
|
|
Property Matricula As String
|
|
Property Coberturas As String
|
|
Property Garantias As String
|
|
Property DescripcionSumplemento As String
|
|
Property FechaAceptacionPropuesta As String
|
|
Property SuplementoRechazdoPorCompania As String
|
|
Property Observaciones As String
|
|
Property Usuario As String
|
|
Property FechaAlta As String
|
|
Property TipoPago As String
|
|
Property IBAN As String
|
|
Property FechaMandato As String
|
|
Property TipoCobro As String
|
|
Property Directorio As String
|
|
Property Tomador As List(Of entidades)
|
|
Property OtroAsegurado As List(Of entidades)
|
|
|
|
|
|
|
|
End Class
|