PaymentGatewayLibrary

AuthorizeNetRequest.CustomerIP Property

Gets or sets the IP address of the customer initiating the transaction.

[Visual Basic]
Public Property CustomerIP As String
[C#]
public string CustomerIP {get; set;}

Remarks

The format is 255.255.255.255. If this value is not provided, it will default to 255.255.255.255. If ValidateFormat is true; then the IP format will be validated.

Exceptions

Exception TypeCondition
ArgumentExceptionThe exception thrown when the IP format is not valid and ValidateFormat is enabled.

See Also

AuthorizeNetRequest Class | Duis.Payment Namespace