Interface ValidateIBANResult

Interface for ValidateIBAN result

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

Properties

Properties

errorCodes: ValidationErrorsIBAN[]
valid: boolean