C# Class Kona.Model.CreditCard

Inheritance: PaymentMethod
Afficher le fichier Open project: BenHall/Kona

Méthodes publiques

Méthode Description
CreditCard ( ) : System
CreditCard ( string cardType, string nameOnCard, string accountNumber, int expMonth, int expYear, string verificationCode ) : System
IsValid ( ) : bool

Validates the passed-in card, making sure that the card is not expired and that it passed the Luhn Algorigthm

Method Details

CreditCard() public méthode

public CreditCard ( ) : System
Résultat System

CreditCard() public méthode

public CreditCard ( string cardType, string nameOnCard, string accountNumber, int expMonth, int expYear, string verificationCode ) : System
cardType string
nameOnCard string
accountNumber string
expMonth int
expYear int
verificationCode string
Résultat System

IsValid() public méthode

Validates the passed-in card, making sure that the card is not expired and that it passed the Luhn Algorigthm
public IsValid ( ) : bool
Résultat bool