digicust_types 1.7.529 → 1.7.530
Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,8 @@ export interface PackingListModel extends DigicustDocumentModel, LineItemContain
|
|
16
16
|
referenceNumber?: Meta<string>;
|
17
17
|
waybillNumber?: Meta<string>;
|
18
18
|
deliveryNote?: Meta<string>;
|
19
|
+
taxDetails?: Meta<string>;
|
20
|
+
shippingCost?: Money;
|
19
21
|
meansOfTransportation?: MeanOfTransportation[];
|
20
22
|
substanceCharacteristics?: Meta<string>;
|
21
23
|
incoterm?: IncotermModel;
|