Files
SDL/SDL/Classes/cEP0735_Versand.vb
2024-10-02 08:59:41 +00:00

139 lines
6.2 KiB
VB.net

Imports System.Data.SqlClient
Imports System.Reflection
Public Class cEP0735_Versand
Property ID As Integer
Property TicketNr As Object = Nothing
Property ANMELDUNG1 As Object = Nothing
Property ANMELDUNG2 As Object = Nothing
Property VersenderAusführerNr As Object = Nothing
Property VersenderAusführer As Object = Nothing
Property Vordrucke1 As Object = Nothing
Property Vordrucke2 As Object = Nothing
Property Positionen As Object = Nothing
Property PackstückeInsgesamt As Object = Nothing
Property EmpfängerNr As Object = Nothing
Property Empfänger As Object = Nothing
Property Handelsland As Object = Nothing
Property AnmelderVertreterNr As Object = Nothing
Property Anmelder As Object = Nothing
Property Vertreter As Object = Nothing
Property VersendungsAusfuhrland As Object = Nothing
Property VersendungsAusfuhrlandCode As Object = Nothing
Property Ursprungsland As Object = Nothing
Property BestimmungslandCodeA As Object = Nothing
Property BestimmungslandCodeB As Object = Nothing
Property KennzeichenAbgang As Object = Nothing
Property StaatszugehörigkeitAbgang As Object = Nothing
Property Container As Object = Nothing
Property LieferbedingungCode As Object = Nothing
Property Lieferbedingung As Object = Nothing
Property KennzeichenGrenze As Object = Nothing
Property StaatszugehörigkeitGrenze As Object = Nothing
Property Ladeort As Object = Nothing
Property Währung As Object = Nothing
Property Rechnungsbetrag As Object = Nothing
Property Umrechnungskurs As Object = Nothing
Property Geschäftsart As Object = Nothing
Property VerkehrszweigGrenze As Object = Nothing
Property InländischerVerkehrszweig As Object = Nothing
Property Entladeort As Object = Nothing
Property Eingangszollstelle As Object = Nothing
Property Warenort As Object = Nothing
Property Packstücke As Object = Nothing
Property Warenbezeichnung As Object = Nothing
Property PositionsNr As Object = Nothing
Property Warennummer1 As Object = Nothing
Property Warennummer2 As Object = Nothing
Property Warennummer3 As Object = Nothing
Property Warennummer4 As Object = Nothing
Property Warennummer5 As Object = Nothing
Property UrsprungslandCode As Object = Nothing
Property Rohmasse As Object = Nothing
Property Präferenz As Object = Nothing
Property Verfahren As Object = Nothing
Property Eigenmasse As Object = Nothing
Property Kontingent As Object = Nothing
Property SumAnmeldungVorpapier As Object = Nothing
Property BesondereMasseinheit As Object = Nothing
Property Vorsteuerabzug As Object = Nothing
Property BesondereVermerke As Object = Nothing
Property BesondereVermerkeZeile1 As Object = Nothing
Property BesondereVermerkeBetrag1 As Object = Nothing
Property BesondereVermerkeHinweis1 As Object = Nothing
Property BesondereVermerkeZeile2 As Object = Nothing
Property BesondereVermerkeBetrag2 As Object = Nothing
Property BesondereVermerkeHinweis2 As Object = Nothing
Property BesondereVermerkeZeile3 As Object = Nothing
Property BesondereVermerkeBetrag3 As Object = Nothing
Property BesondereVermerkeHinweis3 As Object = Nothing
Property StatistischerWert As Object = Nothing
Property Summe As Object = Nothing
Property Zahlungsaufschub As Object = Nothing
Property Lagerbezeichnung As Object = Nothing
Property AngabenFürVerbuchungszwecke As Object = Nothing
Property Ort As Object = Nothing
Property Datum As Object = Nothing
Property Unterschrift As Object = Nothing
Property ErstelltDatum As Object = Nothing
Property ErstelltSachbearbeiter As Object = Nothing
Property GeändertDatum As Object = Nothing
Property GeändertSachbearbeiter As Object = Nothing
Property GedrucktDatum As Object = Nothing
Property GedrucktSachbearbeiter As Object = Nothing
Property FilialenNr As Object = Nothing
Property AbfertigungsNr As Object = Nothing
Property UnterNr As Object = Nothing
Property Formular As Object = Nothing
Property Zulassungsinhaber As Object = Nothing
Property Bewilligungsnummer As Object = Nothing
Property Ordnungsnummer As Object = Nothing
Property Rechnungspositionsbetrag As Object = Nothing
Property ANMELDUNG3 As Object = Nothing
Property Ladelisten As Object = Nothing
Property Bestimmungsland As Object = Nothing
Property Hauptverpflichteter As Object = Nothing
Property HauptverpflichteterVertretenDurch As Object = Nothing
Property HauptverpflichteterOrtDatum As Object = Nothing
Property Durchgangszollstelle1 As Object = Nothing
Property Durchgangszollstelle2 As Object = Nothing
Property Durchgangszollstelle3 As Object = Nothing
Property Durchgangszollstelle4 As Object = Nothing
Property Durchgangszollstelle5 As Object = Nothing
Property Durchgangszollstelle6 As Object = Nothing
Property Sicherheit1 As Object = Nothing
Property Sicherheit2 As Object = Nothing
Property SicherheitCode As Object = Nothing
Property Bestimmungsstelle As Object = Nothing
Property HauptverpflichteterNr As Object = Nothing
Property Skontobetrag As Object = Nothing
Property Artikelpreis As Object = Nothing
Property POS As New List(Of cEP0735_Versand_Pos)
End Class
Public Class cEP0735_Versand_Pos
Property Packstücke As Object = Nothing
Property Warenbezeichnung As Object = Nothing
Property PositionsNr As Object = Nothing
Property Warennummer1 As Object = Nothing
Property Warennummer2 As Object = Nothing
Property Warennummer3 As Object = Nothing
Property Warennummer4 As Object = Nothing
Property Warennummer5 As Object = Nothing
Property UrsprungslandCode As Object = Nothing
Property Rohmasse As Object = Nothing
Property Präferenz As Object = Nothing
Property Verfahren As Object = Nothing
Property Eigenmasse As Object = Nothing
Property Kontingent As Object = Nothing
Property SumAnmeldungVorpapier As Object = Nothing
Property BesondereMasseinheit As Object = Nothing
Property Vorsteuerabzug As Object = Nothing
Property BesondereVermerke As Object = Nothing
End Class