class TChargeCard |
Contains information about a charge card. There are functions to get and set this information.
This class has been deprecated from 9.1 and should no longer be used.
Public Member Functions | |
---|---|
TChargeCard() | |
TChargeCard(const TChargeCardAccount &, const TChargeCardPin &, const TChargeCardRule &, const TChargeCardRule &, const TChargeCardRule &) | |
IMPORT_C TPtrC | IntlRule() |
IMPORT_C TPtrC | LocalRule() |
IMPORT_C TPtrC | NatRule() |
IMPORT_C TPtrC | Number() |
IMPORT_C TPtrC | Pin() |
IMPORT_C void | SetIntlRule(const TDesC &) |
IMPORT_C void | SetLocalRule(const TDesC &) |
IMPORT_C void | SetNatRule(const TDesC &) |
IMPORT_C void | SetNumber(const TDesC &) |
IMPORT_C void | SetPin(const TDesC &) |
IMPORT_C TBool | ValidateChargeCardInfo() |
Private Attributes | |
---|---|
TChargeCardRule | iIntlRule |
TChargeCardRule | iLocalRule |
TChargeCardRule | iNatRule |
TChargeCardAccount | iNumber |
TChargeCardPin | iPin |
IMPORT_C | TChargeCard | ( | const TChargeCardAccount & | aNumber, |
const TChargeCardPin & | aPin, | |||
const TChargeCardRule & | aLocalRule, | |||
const TChargeCardRule & | aNatRule, | |||
const TChargeCardRule & | aIntlRule | |||
) |
const TChargeCardAccount & aNumber | |
const TChargeCardPin & aPin | |
const TChargeCardRule & aLocalRule | |
const TChargeCardRule & aNatRule | |
const TChargeCardRule & aIntlRule |