CardExpYear Property
This property contains the 4 digit expiration year of the customer's credit card.
Object Oriented Interface
public function getCardExpYear(); public function setCardExpYear($value);
Procedural Interface
inpaypal_recurringpayments_get($res, 15 ); inpaypal_recurringpayments_set($res, 15, $value );
Default Value
2000
Remarks
This property contains the 4 digit expiration year of the customer's credit card.
This property is required.
This property is not available at design time.
Data Type
Integer