CardNumber Property
This property contains the customer's credit card number for this transaction.
Object Oriented Interface
public function getCardNumber(); public function setCardNumber($value);
Procedural Interface
inpaypal_recurringpayments_get($res, 16 ); inpaypal_recurringpayments_set($res, 16, $value );
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