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
)
Public Shared Function GetIpAddress (
order As Order
) As String
public:
static String^ GetIpAddress(
Order^ order
)
static member GetIpAddress :
order : Order -> string
Parameters
- order
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsOrder
The order to check.
Return Value
Type:
StringThe IP address.
See Also