Interface StakeholderMatchResult

interface StakeholderMatchResult {
    hasAnyUserEditedProperties?: boolean;
    matchesAddressUserEdited?: boolean;
    matchesCountry?: boolean;
    matchesDistrict?: boolean;
    matchesEORI?: boolean;
    matchesEORIUserEdited?: boolean;
    matchesLocality?: boolean;
    matchesName?: boolean;
    matchesNameUserEdited?: boolean;
    matchesPlusCode?: boolean;
    matchesPostalCode?: boolean;
    matchesProvince?: boolean;
    matchesProvinceCode?: boolean;
    matchesStreetName?: boolean;
    matchesStreetNumber?: boolean;
    matchesVAT?: boolean;
    matchesVATUserEdited?: boolean;
}

Properties

hasAnyUserEditedProperties?: boolean
matchesAddressUserEdited?: boolean
matchesCountry?: boolean
matchesDistrict?: boolean
matchesEORI?: boolean
matchesEORIUserEdited?: boolean
matchesLocality?: boolean
matchesName?: boolean
matchesNameUserEdited?: boolean
matchesPlusCode?: boolean
matchesPostalCode?: boolean
matchesProvince?: boolean
matchesProvinceCode?: boolean
matchesStreetName?: boolean
matchesStreetNumber?: boolean
matchesVAT?: boolean
matchesVATUserEdited?: boolean

Generated using TypeDoc