GetSiftConfigurationResponse

data class GetSiftConfigurationResponse(val accountId: String? = null, val beaconKey: String? = null)

Holds the Sift credentials returned by the configuration endpoint.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, beaconKey: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "account_id")
val accountId: String? = null

The Sift account identifier.

Link copied to clipboard
@SerializedName(value = "beacon_key")
val beaconKey: String? = null

The Sift beacon key used for device fingerprinting.