Class CustomerDeviceRiskAssessment
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class CustomerDeviceRiskAssessment
Properties
DefaultFormFill
Degree of default form fill, with the following possible values:
- automatically - All fields filled automatically
- automatically-but-modified - All fields filled automatically, but some fields were modified manually
- manually - All fields were entered manually
Declaration
public string DefaultFormFill { get; set; }
Property Value
Type | Description |
---|---|
string |
DeviceFingerprintTransactionId
One must set the deviceFingerprintTransactionId received by the response of the endpoint /{merchant}/products/{paymentProductId}/deviceFingerprint
Declaration
public string DeviceFingerprintTransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |