Click or drag to resize

IFraudDetectionPlugin Interface

Plugin for fraud detection.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public interface IFraudDetectionPlugin : IPlugin

The IFraudDetectionPlugin type exposes the following members.

Properties
  NameDescription
Public propertyAtomiaBillingApi
Gets or sets IAtomiaBillingApi instance.
(Inherited from IPlugin.)
Public propertyName
Gets or sets plugin name.
(Inherited from IPlugin.)
Top
Methods
  NameDescription
Public methodFraudDetectionResult
Get fraud detection results for the order.
Public methodFraudDetectionResultDetailsType
Get type of FraudDetectionResults.Detail (needed for serialization).
Public methodPaymentMethodConfiguration
Get fraud configuration for payment plugin.
Top
See Also