digicust_types 1.8.269 → 1.8.271
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,4 +8,12 @@ export interface DESpecificAggregated {
|
|
8
8
|
transitDeclarationType?: Meta<string>;
|
9
9
|
ABDEmailAddress?: Meta<string>;
|
10
10
|
AVMEmailAddress?: Meta<string>;
|
11
|
+
export?: {
|
12
|
+
authorization?: {
|
13
|
+
/** S0605, e.g. C512 Vereinfachtes Verfahren*/ type?: Meta<string>;
|
14
|
+
authorizationNumber?: Meta<string>;
|
15
|
+
}[];
|
16
|
+
};
|
17
|
+
import?: any;
|
18
|
+
transit?: any;
|
11
19
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Adjustment, Container, DigicustDocumentModel, DocumentTypeCode, MatchingMetadataModel, MaterialMatchInput, MaterialMatchResult, Package, PreferenceState, Procedure, AddressModel, CompanyModel, Currency, CustomsTariffNumber, Meta, Money, Quantity, Weight, WeightUnit, Bbox, UnitOfMeasurement, MasterDataCreationType, CustomsDuty, ImportSalesTax, AdditionDeduction, Translatable, TypeOfBusiness, CountrySpecificLineItem } from "..";
|
1
|
+
import { Adjustment, Container, DigicustDocumentModel, DocumentTypeCode, MatchingMetadataModel, MaterialMatchInput, MaterialMatchResult, Package, PreferenceState, Procedure, AddressModel, CompanyModel, Currency, CustomsTariffNumber, Meta, Money, Quantity, Weight, WeightUnit, Bbox, UnitOfMeasurement, MasterDataCreationType, CustomsDuty, ImportSalesTax, AdditionDeduction, Translatable, TypeOfBusiness, CountrySpecificLineItem, DateTimeModel } from "..";
|
2
2
|
import { ItemFraudDetectionDetails } from "../fraud/item-fraud-detection";
|
3
3
|
/**
|
4
4
|
* Identifies line items (specific products) listed on a document
|
@@ -68,6 +68,7 @@ export interface LineItemModel {
|
|
68
68
|
specialRemarks?: Meta<string>[];
|
69
69
|
typeOfBusiness?: TypeOfBusiness;
|
70
70
|
invoiceNumber?: Meta<string>;
|
71
|
+
invoiceDate?: DateTimeModel;
|
71
72
|
waybillNumber?: Meta<string>;
|
72
73
|
transitNumber?: Meta<string>;
|
73
74
|
box40?: Meta<string>;
|