CardNumber Property
Customer's credit card number for the transaction.
Object Oriented Interface
public function getCardNumber(); public function setCardNumber($value);
Procedural Interface
inpaydirect_fdmshotel_get($res, 9 ); inpaydirect_fdmshotel_set($res, 9, $value );
Default Value
''
Remarks
Customer's credit card number for the transaction.
If you're sending the transaction with CardMagneticStripe data, this property should be left empty.
This property is not available at design time.
Data Type
String