Click or drag to resize

IFraudDetectionPluginFraudDetectionResult Method

Get fraud detection results for the order.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
FraudDetectionResult FraudDetectionResult(
	Order order
)

Parameters

order
Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrder
The order object.

Return Value

Type: FraudDetectionResult
The fraud detection result object
See Also