CreditCardAvsResult Property |
The address verification system (AVS) check result, as
returned to you by the credit card processor. The minFraud
service supports the standard AVS codes.
Namespace:
MaxMind.MinFraud.Request
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<char> AvsResult { get; }
Public ReadOnly Property AvsResult As Nullable(Of Char)
Get
public:
property Nullable<wchar_t> AvsResult {
Nullable<wchar_t> get ();
}
member AvsResult : Nullable<char> with get
Property Value
Type:
NullableChar
See Also