CardExpYear Property
Expiration year of the credit card specified by CardNumber .
Syntax
[VB.NET] Public Property CardExpYear As Integer
[C#] public int CardExpYear {get; set;}
Remarks
This property contains the expiration date of the credit card used in the transaction that is being reversed. This property must be in the range 0 - 99, or 2000 - 2099. Any date before the year 2000 cannot be specified.
Default Value
0