Interface MaterialMatchingConfiguration

interface MaterialMatchingConfiguration {
    matchDestinationCountry?: boolean;
    matchShipperCountry?: boolean;
    stakeholderFilters?: ("shipper" | "carrier" | "declarant" | "consignee" | "recipient" | "beneficiary" | "applicant" | "importer" | "exporter" | "buyer" | "agent" | "broker" | "warehouse" | "obligater")[];
}

Properties

matchDestinationCountry?: boolean
matchShipperCountry?: boolean
stakeholderFilters?: ("shipper" | "carrier" | "declarant" | "consignee" | "recipient" | "beneficiary" | "applicant" | "importer" | "exporter" | "buyer" | "agent" | "broker" | "warehouse" | "obligater")[]