Interface AggregatedCaseDataModel

Used to store aggregated information of a case

interface AggregatedCaseDataModel {
    GRN?: Meta<string>;
    GRNAccessCode?: Meta<string>;
    LRN?: Meta<string>;
    additionalInformation?: Meta<string>;
    adjustments?: Adjustment[];
    agent?: CompanyModel;
    arrivalDate?: DateTimeModel;
    beneficiary?: CompanyModel;
    broker?: CompanyModel;
    buyer?: CompanyModel;
    buyerSellerRelation?: BuyerSellerRelationship;
    carrier?: CompanyModel;
    caseType?: Meta<CaseType>;
    consignee?: CompanyModel;
    constellationOfParticipants?: ConstellationOfParticipantsModel;
    containers?: Container[];
    contractualPartner?: CompanyModel;
    costIntersection?: CostIntersection;
    countryOfOrigin?: AddressModel;
    currency?: Meta<Currency>;
    customsOffices?: CustomsOffice[];
    declarant?: CompanyModel;
    declarantRepresentative?: CompanyModel;
    declarationType?: Meta<DeclarationType>;
    departureCustomOffice?: Meta<string>;
    departureDate?: DateTimeModel;
    destinationCustomOffice?: Meta<string>;
    domesticFreightCosts?: DomesticFreightCosts;
    domesticInsuranceCosts?: DomesticFreightCosts;
    duration?: Meta<number>;
    endClient?: CompanyModel;
    exportDeclarationType?: TypeOfExportDeclarationModel;
    exporter?: CompanyModel;
    freightCosts?: Money;
    fromAddress?: AddressModel;
    guaranteeValue?: Money;
    importSalesTax?: Money;
    importer?: CompanyModel;
    incoterm?: IncotermModel;
    insuranceCosts?: Money;
    internationalFreightCosts?: Money;
    issueDate?: DateTimeModel;
    items?: LineItemModel[];
    loadType?: Meta<LoadType>;
    meansOfTransportation?: MeanOfTransportation[];
    mrnNumber?: Meta<string>;
    netWeight?: Weight;
    numberOfShipments?: Meta<number>;
    obligater?: CompanyModel;
    packages?: Package[];
    paymentMethod?: PaymentMethod;
    placeIncoterm?: AddressModel;
    placeOfLoading?: AddressModel;
    pointOfEntry?: AddressModel;
    pointOfExit?: AddressModel;
    portOfExport?: Port;
    portOfImport?: Port;
    preliminaryDocuments?: PreliminaryDocument[];
    procedure?: Procedure;
    referenceNumber?: Meta<string>;
    referenceNumberUCR?: Meta<string>;
    registrationDate?: DateTimeModel;
    registrationNumberExternal?: Meta<string>;
    responsiblePerson?: PersonModel;
    route?: Meta<string[]>;
    sealNumber?: Meta<string>;
    seals?: Seal[];
    shipper?: CompanyModel;
    statisticalValue?: Money;
    summary?: Meta<string>;
    toAddress?: AddressModel;
    totalCustomsValue?: Money;
    totalDiscount?: Money;
    totalLicenseFee?: Money;
    totalOtherPayments?: Money;
    totalPackagingCosts?: Money;
    totalShippingCost?: Money;
    totalTax?: Money;
    totalValue?: Money;
    totalValueExcludingCharges?: Money;
    totalValueWithoutTax?: Money;
    tradePreference?: TradePreference;
    trailerLicensePlate?: Meta<string>;
    transferDate?: DateTimeModel;
    transitCountries?: AddressModel[];
    transitItems?: TransitItemModel[];
    truckLicensePlate?: Meta<string>;
    truckNationality?: Meta<string>;
    typeofBusiness?: TypeOfBusiness;
    warehouse?: CompanyModel;
    waybillNumber?: Meta<string>;
    waybillType?: WaybillTypeModel;
    weight?: Weight;
    weightUnit?: Meta<WeightUnit>;
}

Properties

GRN?: Meta<string>
GRNAccessCode?: Meta<string>
LRN?: Meta<string>
additionalInformation?: Meta<string>
adjustments?: Adjustment[]

adjustments to statistical/duty/VAT value

agent?: CompanyModel
arrivalDate?: DateTimeModel
beneficiary?: CompanyModel
broker?: CompanyModel
buyer?: CompanyModel
buyerSellerRelation?: BuyerSellerRelationship
carrier?: CompanyModel
caseType?: Meta<CaseType>

Deprecated

case flow (import, export, ...)

consignee?: CompanyModel
constellationOfParticipants?: ConstellationOfParticipantsModel
containers?: Container[]
contractualPartner?: CompanyModel

AWR/Außenwirtschaftsrechtlicher Ausführer

costIntersection?: CostIntersection
countryOfOrigin?: AddressModel
currency?: Meta<Currency>
customsOffices?: CustomsOffice[]
declarant?: CompanyModel
declarantRepresentative?: CompanyModel
declarationType?: Meta<DeclarationType>
departureCustomOffice?: Meta<string>
departureDate?: DateTimeModel
destinationCustomOffice?: Meta<string>
domesticFreightCosts?: DomesticFreightCosts
domesticInsuranceCosts?: DomesticFreightCosts
duration?: Meta<number>
endClient?: CompanyModel
exportDeclarationType?: TypeOfExportDeclarationModel
exporter?: CompanyModel
freightCosts?: Money
fromAddress?: AddressModel
guaranteeValue?: Money
importSalesTax?: Money

EUSt

importer?: CompanyModel
incoterm?: IncotermModel
insuranceCosts?: Money
internationalFreightCosts?: Money

international freight costs

issueDate?: DateTimeModel
items?: LineItemModel[]
loadType?: Meta<LoadType>

Load Type, e.g. full container load

meansOfTransportation?: MeanOfTransportation[]
mrnNumber?: Meta<string>
netWeight?: Weight
numberOfShipments?: Meta<number>
obligater?: CompanyModel
packages?: Package[]
paymentMethod?: PaymentMethod
placeIncoterm?: AddressModel
placeOfLoading?: AddressModel
pointOfEntry?: AddressModel
pointOfExit?: AddressModel
portOfExport?: Port
portOfImport?: Port
preliminaryDocuments?: PreliminaryDocument[]
procedure?: Procedure
referenceNumber?: Meta<string>

commercial reference number, usually assigned by the trader

referenceNumberUCR?: Meta<string>
registrationDate?: DateTimeModel
registrationNumberExternal?: Meta<string>
responsiblePerson?: PersonModel
route?: Meta<string[]>
sealNumber?: Meta<string>
seals?: Seal[]
shipper?: CompanyModel
statisticalValue?: Money
summary?: Meta<string>
toAddress?: AddressModel
totalCustomsValue?: Money
totalDiscount?: Money
totalLicenseFee?: Money
totalOtherPayments?: Money
totalPackagingCosts?: Money
totalShippingCost?: Money
totalTax?: Money
totalValue?: Money
totalValueExcludingCharges?: Money
totalValueWithoutTax?: Money
tradePreference?: TradePreference
trailerLicensePlate?: Meta<string>
transferDate?: DateTimeModel
transitCountries?: AddressModel[]
transitItems?: TransitItemModel[]
truckLicensePlate?: Meta<string>
truckNationality?: Meta<string>
typeofBusiness?: TypeOfBusiness
warehouse?: CompanyModel
waybillNumber?: Meta<string>
waybillType?: WaybillTypeModel
weight?: Weight
weightUnit?: Meta<WeightUnit>