Class DeviceFingerprintDetails
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class DeviceFingerprintDetails
Properties
PaymentId
The ID of the payment that is linked to the Device Fingerprint data.
Declaration
public string PaymentId { get; set; }
Property Value
Type | Description |
---|---|
string |
RawDeviceFingerprintOutput
The detailed data that was collected during the Device Fingerprint collection. The structure will be different depending on the collection method and device fingerprint partner used. Please contact us if you want more information on the details that are returned in this string.
Declaration
public string RawDeviceFingerprintOutput { get; set; }
Property Value
Type | Description |
---|---|
string |