CreditCardLast4Digits Property |
The last four digits of the credit card number.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic string Last4Digits { get; }
Public ReadOnly Property Last4Digits As String
Get
public:
property String^ Last4Digits {
String^ get ();
}
member Last4Digits : string with get
Property Value
Type:
String
See Also