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

    Interface MobilePaymentMethodSpecificInputHostedCheckout

    interface MobilePaymentMethodSpecificInputHostedCheckout {
        authorizationMode?: string | null;
        customerReference?: string | null;
        initialSchemeTransactionId?: string | null;
        paymentProduct302SpecificInput?:
            | MobilePaymentProduct302SpecificInputHostedCheckout
            | null;
        paymentProduct320SpecificInput?: | MobilePaymentProduct320SpecificInputHostedCheckout
        | 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
    paymentProduct302SpecificInput?:
        | MobilePaymentProduct302SpecificInputHostedCheckout
        | null
    paymentProduct320SpecificInput?:
        | MobilePaymentProduct320SpecificInputHostedCheckout
        | 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