digicust_types 1.8.294 → 1.8.296
Sign up to get free protection for your applications and to get access to all the features.
@@ -128,6 +128,8 @@ export interface DbhSftpConfig {
|
|
128
128
|
aggregateFreightAndGoodsInvoices?: boolean;
|
129
129
|
addStatisticalValue?: boolean;
|
130
130
|
hideItemInvoiceValue?: boolean;
|
131
|
+
/** Abwicklungsmodell */
|
132
|
+
processingModel?: string;
|
131
133
|
}
|
132
134
|
export interface AebSftpConfig {
|
133
135
|
"client-name"?: string;
|