IBANTools
    Preparing search index...

    Interface ValidateBICResult

    Interface for ValidateBIC result

    interface ValidateBICResult {
        errorCodes: ValidationErrorsBIC[];
        valid: boolean;
    }
    Index

    Properties

    Properties

    errorCodes: ValidationErrorsBIC[]
    valid: boolean