IntegrationVatValidationResolvedFieldDTO
Resolved comparison result for a first-class VAT field.
valuestringnullable
Original value supplied for the field.
matchStatusMatchStatusnullable
Comparison result between the supplied value and the authoritative value.
Possible values: [Match, NoMatch, NotQueried, NotReturned]
correctionValuestringnullable
Corrected value returned by the validator, when available.
IntegrationVatValidationResolvedFieldDTO
{
"value": "string",
"matchStatus": "Match",
"correctionValue": "string"
}