Function setCountryBBANValidation

  • Set custom BBAN validation function for country.

    If bban_validation_func already exists for the corresponding country, it will be overwritten.

    Parameters

    • country: string
    • func: ((bban) => boolean)
        • (bban): boolean
        • Parameters

          • bban: string

          Returns boolean

    Returns boolean