spartaxx.businessmodels 1.0.346 → 1.0.347
Sign up to get free protection for your applications and to get access to all the features.
@@ -4,6 +4,12 @@ export interface ClientPackageDocument {
|
|
4
4
|
QueueName?: string;
|
5
5
|
DocumentOrder?: number;
|
6
6
|
Description?: string;
|
7
|
+
FileCabinetId?: number;
|
8
|
+
BatchCodeCCC?: string;
|
9
|
+
BatchCodeClientpackage?: string;
|
10
|
+
DocumentType?: string;
|
11
|
+
DocumentStatus?: string;
|
12
|
+
DocumentRouteTo?: string;
|
7
13
|
IsDocumentGenerated?: boolean;
|
8
14
|
AccountDocumentInfo?: AccountDocumentInfo[];
|
9
15
|
ClientDocumentInfo?: ClientDocumentInfo[];
|