Class CustomerDeviceRiskAssessment
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Riskassessments.Definitions
Assembly: connect-sdk-dotnet.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 |