FraudDetectionHelper Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessLogic
The FraudDetectionHelper type exposes the following members.
| Name | Description | |
|---|---|---|
| FraudDetectionHelper | Initializes a new instance of the FraudDetectionHelper class |
| Name | Description | |
|---|---|---|
| AllowTransaction |
Check if transaction should be allowed based on previous fraud detection.
| |
| ApplyFraudDetection |
Check and save fraud detection results to an order.
| |
| DeserializeT(String) |
JSON Deserialization.
| |
| DeserializeT(String, Type) |
JSON Deserialization.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetIpAddress |
Get IP address saved as custom attribute on order.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SerializeT(T) |
JSON Serialization.
| |
| SerializeT(T, Type) |
JSON Serialization.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |