Click or drag to resize

CreditCard.AvsResult 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
Syntax
public Nullable<char> AvsResult { get; }

Property Value

Type: Nullable<Char>
See Also