Interface ValidateIBANOptions

Interface for validation options

interface ValidateIBANOptions {
    allowQRIBAN: boolean;
}

Properties

Properties

allowQRIBAN: boolean