@vinejs/vine - v4.2.0
    Preparing search index...

    Type Alias VATOptions

    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']
    }
    type VATOptions = {
        countryCode: VATCountryCode[];
    }
    Index

    Properties

    Properties

    countryCode: VATCountryCode[]

    Array of country codes for VAT number validation