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

    Interface MobilePaymentMethodSpecificInput

    interface MobilePaymentMethodSpecificInput {
        authorizationMode?: string | null;
        customerReference?: string | null;
        decryptedPaymentData?: DecryptedPaymentData | null;
        encryptedPaymentData?: string | null;
        initialSchemeTransactionId?: string | null;
        isRecurring?: boolean | null;
        merchantInitiatedReasonIndicator?: string | null;
        paymentProduct320SpecificInput?:
            | MobilePaymentProduct320SpecificInput
            | null;
        paymentProductId?: number
        | null;
        recurring?: CardRecurrenceDetails | null;
        requiresApproval?: boolean | null;
        skipFraudService?: boolean | null;
        token?: string | null;
        tokenize?: boolean | null;
        unscheduledCardOnFileRequestor?: string | null;
        unscheduledCardOnFileSequenceIndicator?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    authorizationMode?: string | null
    customerReference?: string | null
    decryptedPaymentData?: DecryptedPaymentData | null
    encryptedPaymentData?: string | null
    initialSchemeTransactionId?: string | null
    isRecurring?: boolean | null
    merchantInitiatedReasonIndicator?: string | null
    paymentProduct320SpecificInput?: MobilePaymentProduct320SpecificInput | null
    paymentProductId?: number | null
    recurring?: CardRecurrenceDetails | null
    requiresApproval?: boolean | null
    skipFraudService?: boolean | null
    token?: string | null
    tokenize?: boolean | null
    unscheduledCardOnFileRequestor?: string | null
    unscheduledCardOnFileSequenceIndicator?: string | null