Méthode | Description | |
---|---|---|
PaymentCard ( ) : Kurejito.Validation |
Initialize an empty instance of PaymentCard
|
|
PaymentCard ( string cardHolder, string cardNumber, |
Initialize a new instance of PaymentCard based on the supplied values.
|
|
Validate ( ) : ValidationResult |
Validates this instance.
|
public PaymentCard ( ) : Kurejito.Validation | ||
Résultat | Kurejito.Validation |
public PaymentCard ( string cardHolder, string cardNumber, |
||
cardHolder | string | The full cardholder name, as it appears on the payment card. |
cardNumber | string | The PAN number - the long number across the front of the card |
expiryDate | The card expiry date | |
cv2 | string | The Card Verification Value or 'signature digits' from the payment card. |
cardType | CardType | |
Résultat | Kurejito.Validation |