Interface MaterialNumberSearchDocument

interface MaterialNumberSearchDocument {
    _attachments?: string;
    _etag?: string;
    _rid?: string;
    _self?: string;
    agentId?: string;
    applicantId?: string;
    beneficiaryId?: string;
    brokerId?: string;
    buyerArticleNumber: SearchableStringField;
    buyerId?: string;
    buyerOrderNumber: {
        userEdited: boolean;
        userEditedSearchValue: string;
        userEditedValue: string;
    };
    carrierId?: string;
    code: SearchableStringField;
    consigneeId?: string;
    customerId?: string;
    declarantId?: string;
    declarants?: {
        id: string;
        name: string;
    }[];
    description?: {
        value: string;
    };
    destinationCountry?: string;
    exporterId?: string;
    hasAnyUserEditedProperties?: boolean;
    id: string;
    importerId?: string;
    matchingType: "materialNumber";
    materialNumber: SearchableStringField;
    obligaterId?: string;
    projectId?: string;
    recipientId?: string;
    recipients?: {
        id: string;
        name: string;
    }[];
    shipperCountry?: string;
    shipperId?: string;
    shippers?: {
        id: string;
        name: string;
    }[];
    warehouseId?: string;
}

Hierarchy (view full)

Properties

_attachments?: string
_etag?: string
_rid?: string
_self?: string
agentId?: string
applicantId?: string
beneficiaryId?: string
brokerId?: string
buyerArticleNumber: SearchableStringField
buyerId?: string
buyerOrderNumber: {
    userEdited: boolean;
    userEditedSearchValue: string;
    userEditedValue: string;
}

Type declaration

  • userEdited: boolean
  • userEditedSearchValue: string
  • userEditedValue: string
carrierId?: string
consigneeId?: string
customerId?: string
declarantId?: string
declarants?: {
    id: string;
    name: string;
}[]

Type declaration

  • id: string
  • name: string
description?: {
    value: string;
}

Type declaration

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

Type declaration

  • id: string
  • name: string
shipperCountry?: string
shipperId?: string
shippers?: {
    id: string;
    name: string;
}[]

Type declaration

  • id: string
  • name: string
warehouseId?: string