IBANTools
    Preparing search index...

    Interface ValidateIBANResult

    Interface for ValidateIBAN result

    interface ValidateIBANResult {
        errorCodes: ValidationErrorsIBAN[];
        valid: boolean;
    }
    Index

    Properties

    Properties

    errorCodes: ValidationErrorsIBAN[]
    valid: boolean