ScoreFundsRemaining Property |
The approximate US dollar value of the funds remaining on your
MaxMind account.
Namespace:
MaxMind.MinFraud.Response
Assembly:
MaxMind.MinFraud (in MaxMind.MinFraud.dll) Version: 0.6.0
Syntaxpublic Nullable<decimal> FundsRemaining { get; }
Public ReadOnly Property FundsRemaining As Nullable(Of Decimal)
Get
public:
property Nullable<Decimal> FundsRemaining {
Nullable<Decimal> get ();
}
member FundsRemaining : Nullable<decimal> with get
Property Value
Type:
NullableDecimal
See Also