Click or drag to resize

FraudDetectionHelperGetIpAddress Method

Get IP address saved as custom attribute on order.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static string GetIpAddress(
	Order order
)

Parameters

order
Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrder
The order to check.

Return Value

Type: String
The IP address.
See Also