CardNumber Property
This property contains the customer's credit card number for this transaction.
Syntax
char* GetCardNumber();
int SetCardNumber(char* lpszCardNumber);
Default Value
""
Remarks
This property contains the customer's credit card number for this transaction.
Character length and limitations: numeric characters only - no spaces, dashes or punctuation. Must conform with modulo and length required by each credit card type.
This property is required.
This property is not available at design time.
Data Type
String