IBANTools
    Preparing search index...

    Interface CountrySpec

    Interface for IBAN Country Specification

    interface CountrySpec {
        bban_regexp: string | null;
        chars: number | null;
        IBANRegistry: boolean;
        SEPA: boolean;
    }
    Index

    Properties

    bban_regexp: string | null
    chars: number | null
    IBANRegistry: boolean
    SEPA: boolean