digicust_types 1.8.13 → 1.8.15
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,4 +9,6 @@ var CustomsOfficeType;
|
|
9
9
|
CustomsOfficeType["transit"] = "Transit";
|
10
10
|
CustomsOfficeType["import"] = "Import";
|
11
11
|
CustomsOfficeType["declaration"] = "Declaration";
|
12
|
+
CustomsOfficeType["departure"] = "Departure";
|
13
|
+
CustomsOfficeType["destination"] = "Destination";
|
12
14
|
})(CustomsOfficeType || (exports.CustomsOfficeType = CustomsOfficeType = {}));
|
@@ -10,6 +10,8 @@ export interface MeanOfTransportation extends Meta<MeanOfTransportationMode> {
|
|
10
10
|
DE_A0108?: string;
|
11
11
|
/** Transport Mode */
|
12
12
|
DE_C0018?: string;
|
13
|
+
/** Type of Identification of Means of Transport */
|
14
|
+
DE_C0750?: string;
|
13
15
|
licensePlate?: string;
|
14
16
|
name?: string;
|
15
17
|
type?: MeanOfTransportationType;
|