Interface ValidateBICResult

Interface for ValidateBIC result

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

Properties

Properties

errorCodes: ValidationErrorsBIC[]
valid: boolean