digicust_types 1.8.152 → 1.8.153
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DigicustDocumentType, ProcedureMode, TradePreference, TypeOfBusinessType, UnitOfMeasurement } from "..";
|
1
|
+
import { AddressModel, DigicustDocumentType, ProcedureMode, TradePreference, TypeOfBusinessType, UnitOfMeasurement } from "..";
|
2
2
|
import { CustomsTariffNumber, DateTimeModel, Dimensions, Meta, Money, Quantity, Weight, Workflow } from "../..";
|
3
3
|
import { DocumentCode } from "../documents";
|
4
4
|
export declare enum ClassificationTypes {
|
@@ -79,6 +79,7 @@ export interface MaterialModel {
|
|
79
79
|
*/
|
80
80
|
shipper?: string;
|
81
81
|
shipperId?: string;
|
82
|
+
shipperCountry?: AddressModel;
|
82
83
|
/**
|
83
84
|
* Owning recipient, if any. Used for matching by tariff number.
|
84
85
|
*/
|