Interface ExtractBICResult

Interface for ExtractBIC result

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

Properties

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