open-nav
    Preparing search index...

    Interface ParsedTaxNumber

    interface ParsedTaxNumber {
        countyCode?: string;
        taxpayerId: string;
        vatCode?: string;
    }
    Index
    countyCode?: string
    taxpayerId: string
    vatCode?: string