#include <ktoblzcheck.h>
Public Member Functions | |
| Record () | |
| Record (unsigned long id, const std::string &method, const std::string &name, const std::string &loc) | |
| Record (const char *id, const char *method, const char *name, const char *loc) | |
Public Attributes | |
| unsigned long | bankId |
| std::string | method |
| std::string | bankName |
| std::string | location |
This class holds information about one bank.
|
|
Default Constructor for an empty record. |
|
||||||||||||||||||||
|
Constructor with all values |
|
||||||||||||||||||||
|
Constructor with all values from strings |
|
|
The id of the bank (german BLZ) |
|
|
The name of the bank as listed in the file of the Deutsche Bundesbank |
|
|
The town where the bank is located |
|
|
The method used to validate accountId and bankId. This information is only needed in AccountNumberCheck internally; an application probably does not need this. |
1.4.1