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

    Interface MobilePaymentMethodSpecificOutput

    interface MobilePaymentMethodSpecificOutput {
        authorisationCode?: string | null;
        fraudResults?: CardFraudResults | null;
        initialSchemeTransactionId?: string | null;
        network?: string | null;
        paymentData?: MobilePaymentData | null;
        paymentProductId?: number | null;
        schemeTransactionId?: string | null;
        threeDSecureResults?: ThreeDSecureResults | null;
        token?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authorisationCode?: string | null
    fraudResults?: CardFraudResults | null
    initialSchemeTransactionId?: string | null
    network?: string | null
    paymentData?: MobilePaymentData | null
    paymentProductId?: number | null
    schemeTransactionId?: string | null
    threeDSecureResults?: ThreeDSecureResults | null
    token?: string | null