public interface UKBankAccountNumberValidatator
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(UKSortCodeRange ukSortCodeRange,
String sortCode,
String bankAccountNumber)
Validates that the supplied sortCode/bankAccountNumber combination is valid.
|
boolean validate(UKSortCodeRange ukSortCodeRange, String sortCode, String bankAccountNumber)
ukSortCodeRange - The sort code range, determining the algorithm and the different weights.sortCode - The sort code.bankAccountNumber - The bank account number.Copyright © 2008–2017. All rights reserved.