CreditCardPack

Package com.keyoti.creditCard.logic

Credit card logic classes.

See:
          Description

Class Summary
CardType Represents a credit card type (eg; Visa, AMEX, etc).
CreditCard Business layer Bean, holds credit card data and can perform checks on the details to verify their validity, such as MOD10 checks on the card number, card type/number matches and simple date testing.
LuhnChecker Checks for validity of a credit card NUMBER using Luhn algorithm (MOD10).
 

Package com.keyoti.creditCard.logic Description

Credit card logic classes.


CreditCardPack

Copyright © 2002 Keyoti All Rights Reserved.