open-nav
    Preparing search index...

    Interface MockTaxpayer

    interface MockTaxpayer {
        countyCode?: string;
        name: string;
        shortName?: string;
        taxNumber: string;
        valid: boolean;
        vatCode?: string;
    }
    Index
    countyCode?: string
    name: string
    shortName?: string
    taxNumber: string
    valid: boolean
    vatCode?: string