ktoblzcheck  1.52.0
Public Member Functions | Public Attributes | List of all members
AccountNumberCheck::Record Class Reference

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
 

Detailed Description

Available information about one bank.

This class holds information about one bank.

Constructor & Destructor Documentation

◆ Record() [1/3]

Record ( )

Default Constructor for an empty record.

◆ Record() [2/3]

Record ( unsigned long  id,
const std::string &  method,
const std::string &  name,
const std::string &  loc 
)

Constructor with all values

◆ Record() [3/3]

Record ( const char *  id,
const char *  method,
const char *  name,
const char *  loc 
)

Constructor with all values from strings

Member Data Documentation

◆ bankId

unsigned long bankId

The id of the bank (german BLZ)

◆ bankName

std::string bankName

The name of the bank as listed in the file of the Deutsche Bundesbank

◆ location

std::string location

The town where the bank is located

◆ method

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.


The documentation for this class was generated from the following file: