CBAM Auswertung; Verzollungspreise; T2 aus EXG manuell
This commit is contained in:
@@ -3,12 +3,13 @@ Imports System.Reflection
|
||||
|
||||
Public Class cHMRCToken
|
||||
Property token_id As Integer
|
||||
Property token_BEARER_TOKEN As String = ""
|
||||
Property token_BEARER_TOKEN As String = "" 'Accesstoken
|
||||
Property token_datetime As Date = Now
|
||||
Property token_Firma As String = VERAG_PROG_ALLGEMEIN.cAllgemein.FIRMA
|
||||
Property token_Application As String = ""
|
||||
Property token_refresh_datetime As Object = Nothing
|
||||
|
||||
Property token_refresh_datetime As Object = Nothing ' tmstmp für generelles refresh -> 18 Monate
|
||||
Property token_accestoken_datetime As Object = Nothing ' Accesstoken 4 Std gültig
|
||||
Property token_REFRESH_TOKEN As Object = Nothing ' wird wirds refresh benötigt
|
||||
|
||||
|
||||
Public hasEntry = False
|
||||
@@ -32,6 +33,8 @@ Public Class cHMRCToken
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("token_Firma", token_Firma))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("token_Application", token_Application))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("token_refresh_datetime", token_refresh_datetime))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("token_accestoken_datetime", token_accestoken_datetime))
|
||||
list.Add(New VERAG_PROG_ALLGEMEIN.SQLVariable("token_REFRESH_TOKEN", token_REFRESH_TOKEN))
|
||||
|
||||
Return list
|
||||
End Function
|
||||
|
||||
Reference in New Issue
Block a user