Interface CountrySpec

Interface for IBAN Country Specification

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

Properties

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