Worldline Connect Node.js SDK
    Preparing search index...

    Interface CybersourceDecisionManager

    interface CybersourceDecisionManager {
        clauseName?: string | null;
        fraudScore?: number | null;
        policyApplied?: string | null;
        reasonCodes?: string[] | null;
    }
    Index

    Properties

    clauseName?: string | null
    fraudScore?: number | null
    policyApplied?: string | null
    reasonCodes?: string[] | null