CardExpMonth Property
This property contains the expiration month of the customer's credit card.
Object Oriented Interface
public function getCardExpMonth(); public function setCardExpMonth($value);
Procedural Interface
inpaypal_directpayment_get($res, 4 ); inpaypal_directpayment_set($res, 4, $value );
Default Value
1
Remarks
This property contains the expiration month of the customer's credit card.
The valid range for this property is between 1 and 12.
This property is required.
This property is not available at design time.
Data Type
Integer