Options accepted by the VAT number validation rule. Specifies which country codes are used for VAT number format validation.
const options: VATOptions = { countryCode: ['FR', 'CH', 'VE']} Copy
const options: VATOptions = { countryCode: ['FR', 'CH', 'VE']}
Array of country codes for VAT number validation
Options accepted by the VAT number validation rule. Specifies which country codes are used for VAT number format validation.
Example