IBANTools
    Preparing search index...

    Interface ExtractBICResult

    Interface for ExtractBIC result

    interface ExtractBICResult {
        bankCode?: string;
        branchCode: string | null;
        countryCode?: string;
        locationCode?: string;
        testBIC: boolean;
        valid: boolean;
    }
    Index

    Properties

    bankCode?: string
    branchCode: string | null
    countryCode?: string
    locationCode?: string
    testBIC: boolean
    valid: boolean