CardExpMonth Property
Expiration month of the credit card specified in Number .
Object Oriented Interface
public function getCardExpMonth(); public function setCardExpMonth($value);
Procedural Interface
inpaydirect_fdmsomahadetailrecord_get($res, 9 ); inpaydirect_fdmsomahadetailrecord_set($res, 9, $value );
Default Value
1
Remarks
Expiration month of the credit card specified in CardNumber.
This property contains the expiration date of the customer's credit card, and must be in the range 1 - 12.
This property is not available at design time.
Data Type
Integer