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