Interface TariffNumberSuggestion

interface TariffNumberSuggestion {
    confidence: number;
    reason: string;
    rejected?: boolean;
    tariffNumber: string;
}

Properties

confidence: number
reason: string
rejected?: boolean

True if the suggestion is rejected

tariffNumber: string