digicust_types 1.8.291 → 1.8.292
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
1
|
import { DigicustDocumentModel } from "./digicust-document.model";
|
2
2
|
import { PreliminaryDocument } from "..";
|
3
|
-
import { CustomsOffice, Money, MeanOfTransportation, Meta, Incoterm, Weight, Package, AddressModel, DeclarationType, CompanyModel, Seal, LineItemModel, Container } from "../..";
|
3
|
+
import { CustomsOffice, Money, MeanOfTransportation, Meta, Incoterm, Weight, Package, AddressModel, DeclarationType, CompanyModel, Seal, LineItemModel, Container, CustomsTariffNumber } from "../..";
|
4
4
|
import { DateTimeModel, PersonModel, WeightUnit } from "../../measures";
|
5
5
|
/**
|
6
6
|
* Identifies an Email
|
@@ -47,6 +47,8 @@ export interface EmailDocument extends DigicustDocumentModel {
|
|
47
47
|
packages?: Package[];
|
48
48
|
containers?: Container[];
|
49
49
|
items?: LineItemModel[];
|
50
|
+
generalTariffNumber?: CustomsTariffNumber;
|
51
|
+
generalGoodsDescription?: Meta<string>;
|
50
52
|
seals?: Seal[];
|
51
53
|
contactPerson?: PersonModel;
|
52
54
|
phoneNr?: Meta<string>;
|