CreditCardCvvResult Property |
The card verification value (CVV) code as provided by the
payment processor.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<char> CvvResult { get; }
Public ReadOnly Property CvvResult As Nullable(Of Char)
Get
public:
property Nullable<wchar_t> CvvResult {
Nullable<wchar_t> get ();
}
member CvvResult : Nullable<char> with get
Property Value
Type:
NullableChar
See Also