class BankPayRec : public PayRecord Bank Payment Record
| | BankPayRec::BankPayRec () Bank Payment Record constructor |
| | BankPayRec::Clear () Clear data |
| | BankPayRec::FetchFromRecord (Record *r) Fetches from given record |
| | BankPayRec::FillRecord (Record *r) Fills given record |
| | BankPayRec::GetAmount () Get Amount |
| | BankPayRec::GetSealSAuth () Get SealSAuthentification |
| | BankPayRec::MACEqualTo (MsgField *otherMAC) MAC is equal to given MAC |
| | BankPayRec::SAuthEqualTo (MsgField *otherSA) SAuth is equal to given sAuth |
| | BankPayRec::SetSAuth (MsgField *otherSA) Set SAuthentification |
| | BankPayRec::~BankPayRec () Bank Payment Record destructor |
| | methods |
| | attributes |
Bank Payment Record. An auxiliary class for one Payment record in Bank. Later it should have attribute account, which will be represent a real 'noname account' information in bank, from which the bank will pay to Eso.
methods
BankPayRec::BankPayRec()
Void BankPayRec::Clear()
Err BankPayRec::FetchFromRecord(Record *r)
Err BankPayRec::FillRecord(Record *r)
Char* BankPayRec::GetAmount()
MsgField* BankPayRec::GetSealSAuth()
Int BankPayRec::MACEqualTo(MsgField *otherMAC)
Int BankPayRec::SAuthEqualTo(MsgField *otherSA)
Err BankPayRec::SetSAuth(MsgField *otherSA)
BankPayRec::~BankPayRec()
alphabetic index hierarchy of classes
generated by doc++