OperationBaseMagStripe Property |
The magstripe data of a credit card. Magstripe data includes the card number and expiration date. When using this command, xCardNum xExp and xToken should not be used. Encrypted Card data can also be sent using xMagstripe
Namespace:
CardknoxApi.Operations
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public string MagStripe { get; set; }
Public Property MagStripe As String
Get
Set
public:
property String^ MagStripe {
String^ get ();
void set (String^ value);
}
member MagStripe : string with get, set
Property Value
Type:
StringSee Also