Interface MaterialMatchByTariffNumberInput

interface MaterialMatchByTariffNumberInput {
    destinationCountry?: string;
    shipperCountry?: string;
    stakeholderFilters?: MaterialMatchStakeholderFilters;
    tariffNumber: string;
}

Properties

destinationCountry?: string
shipperCountry?: string
stakeholderFilters?: MaterialMatchStakeholderFilters
tariffNumber: string