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

    Interface AbstractMobilePaymentMethodSpecificInput

    interface AbstractMobilePaymentMethodSpecificInput {
        authorizationMode?: string | null;
        customerReference?: string | null;
        initialSchemeTransactionId?: string | 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
    initialSchemeTransactionId?: string | 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