digicust_types 1.8.298 → 1.8.299
Sign up to get free protection for your applications and to get access to all the features.
@@ -20,12 +20,13 @@ export interface AddressModel extends Meta<any> {
|
|
20
20
|
isEU?: boolean;
|
21
21
|
value?: string;
|
22
22
|
treatyMemberships?: Array<string>;
|
23
|
-
additionalIdentifier?: string;
|
24
23
|
/** TypeOfLocation */
|
25
24
|
DE_S0347?: string;
|
26
25
|
/** QualifierOfIdentification */
|
27
26
|
DE_S0326?: string;
|
28
27
|
/** e.g. company name, mostly needed for place of loading */
|
29
28
|
complementOfInformation?: string;
|
29
|
+
permitNumber?: string;
|
30
|
+
aditionalIdentifier?: string;
|
30
31
|
}
|
31
32
|
export declare const condenseAddress: (address: AddressModel) => AddressModel;
|