Interface TariffNumberSearchDocument

interface TariffNumberSearchDocument {
    _attachments?: string;
    _etag?: string;
    _rid?: string;
    _self?: string;
    agentId?: string;
    applicantId?: string;
    beneficiaryId?: string;
    brokerId?: string;
    buyerId?: string;
    carrierId?: string;
    consigneeId?: string;
    customerId?: string;
    customsTariffNumber: TariffNumberField;
    declarantId?: string;
    description?: {
        value: string;
    };
    destinationCountry: string;
    exporterId?: string;
    hasAnyUserEditedProperties?: boolean;
    id: string;
    importerId?: string;
    matchingType: "tariffNumber";
    obligaterId?: string;
    projectId?: string;
    recipientId?: string;
    recipients?: {
        id: string;
        name: string;
    }[];
    shipperCountry: string;
    shipperId?: string;
    warehouseId?: string;
}

Hierarchy (view full)

Properties

_attachments?: string
_etag?: string
_rid?: string
_self?: string
agentId?: string
applicantId?: string
beneficiaryId?: string
brokerId?: string
buyerId?: string
carrierId?: string
consigneeId?: string
customerId?: string
customsTariffNumber: TariffNumberField
declarantId?: string
description?: {
    value: string;
}

Type declaration

  • value: string
destinationCountry: string
exporterId?: string
hasAnyUserEditedProperties?: boolean
id: string
importerId?: string
matchingType: "tariffNumber"
obligaterId?: string
projectId?: string
recipientId?: string
recipients?: {
    id: string;
    name: string;
}[]

Type declaration

  • id: string
  • name: string
shipperCountry: string
shipperId?: string
warehouseId?: string