OperationBaseExp Property |
The card expiration number. Format: MMYY. For sandbox test transactions, use any date in the future. *xExp is required when sending in xCardnum and cannot be used with xMagstripe
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public string Exp { get; set; }
Public Property Exp As String
Get
Set
public:
property String^ Exp {
String^ get ();
void set (String^ value);
}
member Exp : string with get, set
Property Value
Type:
StringSee Also