SubscoresIssuerIdNumber Property |
The risk associated with the particular issuer ID number (IIN)
given the billing location and the history of usage of the IIN on
your account and shop ID. If present, this is a value in the range
0.01 to 99.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 2.0.0
Syntaxpublic Nullable<double> IssuerIdNumber { get; }
Public ReadOnly Property IssuerIdNumber As Nullable(Of Double)
Get
public:
property Nullable<double> IssuerIdNumber {
Nullable<double> get ();
}
member IssuerIdNumber : Nullable<float> with get
Property Value
Type:
NullableDouble
See Also