Class CustomerAccountRiskAssessment
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class CustomerAccountRiskAssessment
Properties
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? |