Search Results for

    Show / Hide Table of Contents

    Class CustomerAccountRiskAssessment

    Inheritance
    object
    CustomerAccountRiskAssessment
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Riskassessments.Definitions
    Assembly: connect-sdk-dotnet.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?
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.