CardNumber Property
Card number to be validated.
Syntax
public String getCardNumber(); public void setCardNumber(String cardNumber);
Remarks
This property contains the customer's card number. A card number may be of any length, and may optionally include dashes or spaces. However, in practice the maximum length of the supported CardTypes is 19 characters (excluding whitespace), and the minimum length is 13 characters.
Default Value
""