FraudDetectionResultScore Property |
Fraud detection score 0 - 100. Higher means increased fraud risk.
Namespace:
Atomia.Billing.Core.Sdk.Plugins
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public decimal Score { get; set; }
Public Property Score As Decimal
Get
Set
public:
property Decimal Score {
Decimal get ();
void set (Decimal value);
}
member Score : decimal with get, set
Property Value
Type:
DecimalSee Also