Interface TariffClassificationInputItem

Identifies line items (specific products) listed on a document

interface TariffClassificationInputItem {
    CAS?: Meta<string>;
    additionalChargesUnit?: Meta<Currency>;
    additionalInformation?: Meta<string>;
    adjustments?: Adjustment[];
    amountUnit?: Meta<number>;
    associatedRecipientIds?: string[];
    batchNumber?: Meta<string>;
    bbox?: Bbox;
    billOfLading?: Meta<string>;
    box40?: Meta<string>;
    buyerArticleNumber?: Meta<string>;
    buyerOrderNumber?: Meta<string>;
    caseId?: string;
    code?: Meta<string>;
    containers?: Container[];
    countryOfOrigin?: AddressModel;
    creationType?: MasterDataCreationType;
    currency?: Meta<Currency>;
    customsDuty?: CustomsDuty;
    customsProcedure?: Procedure;
    customsTariffNumber?: CustomsTariffNumber;
    customsValue?: Money;
    customsValueAdditionDeduction?: AdditionDeduction[];
    deliveryNote?: Meta<string>;
    description?: Translatable;
    destinationCountry?: AddressModel;
    discount?: Money;
    discountText?: string;
    discountUnit?: Meta<Currency | "%">;
    documentDescription?: Translatable;
    documentId?: string;
    documentTypes?: DocumentTypeCode[];
    documents?: DigicustDocumentModel[];
    exportingCountry?: AddressModel;
    fraudDetection?: ItemFraudDetectionDetails;
    grossWeight?: Weight;
    guaranteeNumber?: Meta<string>;
    guaranteeValue?: Money;
    id?: string;
    importSalesTax?: ImportSalesTax;
    includedWithPosition?: Meta<string>;
    invoiceNumber?: Meta<string>;
    isCondensed?: boolean;
    itemSize?: Meta<string>;
    itemSpecialUnit?: UnitOfMeasurement;
    itemSpecialUnitMeasure?: Meta<number>;
    itemValue?: Money;
    lotNumber?: Meta<string>;
    matchWith?: {
        id?: string;
    };
    matchingMetadata?: MatchingMetadataModel<MaterialMatchInput, MaterialMatchResult>;
    material?: Meta<string>;
    materialId?: string;
    materialNumber?: Meta<string>;
    mergedItemIds?: string[];
    meursingCode?: Meta<string>;
    netWeight?: Weight;
    orderNumber?: Meta<string>;
    orderedQuantity?: Quantity;
    packages?: Package[];
    packingList?: Meta<string>;
    position?: Meta<string>;
    preferenceInformation?: Meta<string>;
    preferenceState?: PreferenceState;
    preliminaryDocument?: Meta<string>;
    quantity?: Quantity;
    reference?: Meta<string>;
    serialNumber?: Meta<string>;
    shipper?: CompanyModel;
    sourceDocumentIds?: string[];
    specialRemarks?: Meta<string>[];
    statisticalValue?: Money;
    totalGrossWeight?: Weight;
    totalNetWeight?: Weight;
    totalValue?: Money;
    totalValueExcludingCharges?: Money;
    transitNumber?: Meta<string>;
    unitOfMeasurement?: UnitOfMeasurement;
    units?: {
        number?: number;
        type?: string;
    }[];
    waybillNumber?: Meta<string>;
    weightUnit?: Meta<WeightUnit>;
}

Hierarchy (view full)

Properties

CAS?: Meta<string>
additionalChargesUnit?: Meta<Currency>
additionalInformation?: Meta<string>
adjustments?: Adjustment[]
amountUnit?: Meta<number>
associatedRecipientIds?: string[]
batchNumber?: Meta<string>
bbox?: Bbox
billOfLading?: Meta<string>
box40?: Meta<string>
buyerArticleNumber?: Meta<string>
buyerOrderNumber?: Meta<string>
caseId?: string
code?: Meta<string>
containers?: Container[]
countryOfOrigin?: AddressModel
creationType?: MasterDataCreationType
currency?: Meta<Currency>
customsDuty?: CustomsDuty

Customs Duty

customsProcedure?: Procedure
customsTariffNumber?: CustomsTariffNumber
customsValue?: Money
customsValueAdditionDeduction?: AdditionDeduction[]
deliveryNote?: Meta<string>
description?: Translatable
destinationCountry?: AddressModel
discount?: Money
discountText?: string
discountUnit?: Meta<Currency | "%">
documentDescription?: Translatable
documentId?: string
documentTypes?: DocumentTypeCode[]
documents?: DigicustDocumentModel[]
exportingCountry?: AddressModel
fraudDetection?: ItemFraudDetectionDetails
grossWeight?: Weight
guaranteeNumber?: Meta<string>
guaranteeValue?: Money
id?: string
importSalesTax?: ImportSalesTax

EUSt

includedWithPosition?: Meta<string>

index of the position this item is included in

invoiceNumber?: Meta<string>
isCondensed?: boolean
itemSize?: Meta<string>
itemSpecialUnit?: UnitOfMeasurement
itemSpecialUnitMeasure?: Meta<number>
itemValue?: Money
lotNumber?: Meta<string>
matchWith?: {
    id?: string;
}

Type declaration

  • Optional id?: string
material?: Meta<string>

Textual Material Description

materialId?: string
materialNumber?: Meta<string>
mergedItemIds?: string[]
meursingCode?: Meta<string>
netWeight?: Weight
orderNumber?: Meta<string>
orderedQuantity?: Quantity
packages?: Package[]

export declaration *

packingList?: Meta<string>
position?: Meta<string>
preferenceInformation?: Meta<string>
preferenceState?: PreferenceState
preliminaryDocument?: Meta<string>
quantity?: Quantity
reference?: Meta<string>
serialNumber?: Meta<string>
shipper?: CompanyModel
sourceDocumentIds?: string[]
specialRemarks?: Meta<string>[]
statisticalValue?: Money
totalGrossWeight?: Weight
totalNetWeight?: Weight
totalValue?: Money
totalValueExcludingCharges?: Money
transitNumber?: Meta<string>
unitOfMeasurement?: UnitOfMeasurement
units?: {
    number?: number;
    type?: string;
}[]

Type declaration

  • Optional number?: number
  • Optional type?: string
waybillNumber?: Meta<string>
weightUnit?: Meta<WeightUnit>

Generated using TypeDoc