FraudSignals

data class FraudSignals(val clientIp: String?)

Device-level fraud signals collected by the SDK and attached to charge intent requests.

Constructors

Link copied to clipboard
constructor(clientIp: String?)

Properties

Link copied to clipboard
@SerializedName(value = "client_ip")
val clientIp: String?

The public IP address of the device initiating the request.