digicust_types 1.8.526 → 1.8.527
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.
@@ -1,7 +1,7 @@
|
|
1
1
|
import { CompanyModel } from "../../company";
|
2
2
|
import { Weight } from "../../measures";
|
3
3
|
import { Meta } from "../../meta";
|
4
|
-
import { PackageType, AddressModel } from "../..";
|
4
|
+
import { PackageType, AddressModel, IncotermModel } from "../..";
|
5
5
|
import { DigicustDocumentModel } from "./digicust-document.model";
|
6
6
|
import { LineItemContainingDocument } from "../line-item-containing-document";
|
7
7
|
/**
|
@@ -21,6 +21,8 @@ export interface T1ExportList extends DigicustDocumentModel, LineItemContainingD
|
|
21
21
|
typeOfPackage?: PackageType;
|
22
22
|
/** Packstückanzahl (e.g., 51 packages) */
|
23
23
|
packageCount?: Meta<number>;
|
24
|
+
/** Incoterm (shipment terms) */
|
25
|
+
incoterm?: IncotermModel;
|
24
26
|
/** Ausfuhrlistennummer (e.g., 25CHEE000850767806.1) - coded as 9ZZZ - Sonstige */
|
25
27
|
exportListNumber?: Meta<string>;
|
26
28
|
/** Rechnungsnummer with N380 document code */
|