ResolvedVatData
Normalized company and address data returned by the resolve lookup.
companyNamestringnullable
Normalized company name returned by the VAT resolve lookup.
streetstringnullable
Normalized street returned by the VAT resolve lookup.
citystringnullable
Normalized city returned by the VAT resolve lookup.
zipstringnullable
Normalized postal code returned by the VAT resolve lookup.
rawAddressstringnullable
Unparsed address string returned when the upstream source did not provide structured address fields. If structured address data is available, this field is not returned.
ResolvedVatData
{
"companyName": "string",
"street": "string",
"city": "string",
"zip": "string",
"rawAddress": "string"
}