Class CustomerAccountRiskAssessment
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Riskassessments.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class CustomerAccountRiskAssessmentProperties
HasForgottenPassword
Specifies if the customer (initially) had forgotten their password
- true - The customer has forgotten their password
- false - The customer has not forgotten their password
Declaration
public bool? HasForgottenPassword { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
HasPassword
Specifies if the customer entered a password to gain access to an account registered with the you
- true - The customer has used a password to gain access
- false - The customer has not used a password to gain access
Declaration
public bool? HasPassword { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? |