Search Results for

    Show / Hide Table of Contents

    Class CybersourceDecisionManager

    Inheritance
    object
    CybersourceDecisionManager
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Worldline.Connect.Sdk.V1.Domain
    Assembly: Worldline.Connect.Sdk.dll
    Syntax
    public class CybersourceDecisionManager

    Properties

    ClauseName

    Name of the clause within the applied policy that was triggered during the evaluation of this transaction.

    Declaration
    public string ClauseName { get; set; }
    Property Value
    Type Description
    string

    FraudScore

    Result of the Cybersource Decision Manager check. This contains the normalized fraud score from a scale of 0 to 100. A higher score indicates an increased risk of fraud.

    Declaration
    public int? FraudScore { get; set; }
    Property Value
    Type Description
    int?

    PolicyApplied

    Name of the policy that was applied during the evaluation of this transaction.

    Declaration
    public string PolicyApplied { get; set; }
    Property Value
    Type Description
    string

    ReasonCodes

    List of one or more reason codes.

    Declaration
    public IList<string> ReasonCodes { get; set; }
    Property Value
    Type Description
    IList<string>
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.