14 lines
278 B
VB.net
14 lines
278 B
VB.net
Public Class CombinacionCorrespondenciaPagosTelematicos
|
|
|
|
Property NumeroOperacion As String
|
|
Property FechaOperacion As String
|
|
Property Importe As String
|
|
Property Referencia As String
|
|
|
|
Property RazonSocial As String
|
|
|
|
Property DNI As String
|
|
|
|
|
|
|
|
End Class |