A token uniquely identifying the card. This should not be
the actual credit card number.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string Token { get; set; }
Public Property Token As String
Get
Set
public:
property String^ Token {
String^ get ();
void set (String^ value);
}
member Token : string with get, set
Property Value
Type:
String
See Also