@luomus/laji-schema 2.0.9 → 2.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,6 +7,9 @@ export declare class Organization {
|
|
|
7
7
|
"@context"?: string;
|
|
8
8
|
id?: string;
|
|
9
9
|
"@type"?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Economic Operators Registration and Identification number for customs clearance, if needed.
|
|
12
|
+
*/
|
|
10
13
|
EORINumber?: string;
|
|
11
14
|
/**
|
|
12
15
|
* Organisation website. Include http://
|
|
@@ -32,6 +35,9 @@ export declare class Organization {
|
|
|
32
35
|
* Name of the country as on a postal address.
|
|
33
36
|
*/
|
|
34
37
|
country?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Address and other contact details to be given for courier services, if different from normal postal address. Appears on transaction PDFs like formulated here.
|
|
40
|
+
*/
|
|
35
41
|
courierAddress?: string;
|
|
36
42
|
/**
|
|
37
43
|
* Tags this organisation has
|
|
@@ -7,6 +7,9 @@ export interface Organization {
|
|
|
7
7
|
"@context"?: string;
|
|
8
8
|
id?: string;
|
|
9
9
|
"@type"?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Economic Operators Registration and Identification number for customs clearance, if needed.
|
|
12
|
+
*/
|
|
10
13
|
EORINumber?: string;
|
|
11
14
|
/**
|
|
12
15
|
* Organisation website. Include http://
|
|
@@ -32,6 +35,9 @@ export interface Organization {
|
|
|
32
35
|
* Name of the country as on a postal address.
|
|
33
36
|
*/
|
|
34
37
|
country?: string;
|
|
38
|
+
/**
|
|
39
|
+
* Address and other contact details to be given for courier services, if different from normal postal address. Appears on transaction PDFs like formulated here.
|
|
40
|
+
*/
|
|
35
41
|
courierAddress?: string;
|
|
36
42
|
/**
|
|
37
43
|
* Tags this organisation has
|