Subscores.Chargeback Property |
Individualized risk of chargeback for the given IP address on
your account and shop ID.This is only available to users sending
chargeback data to MaxMind. 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> Chargeback { get; }
Public ReadOnly Property Chargeback As Nullable(Of Double)
Get
public:
property Nullable<double> Chargeback {
Nullable<double> get ();
}
member Chargeback : Nullable<float> with get
Property Value
Type:
Nullable<Double>
See Also