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

    Interface RedirectPaymentMethodSpecificInput

    interface RedirectPaymentMethodSpecificInput {
        expirationPeriod?: number | null;
        isRecurring?: boolean | null;
        paymentProduct4101SpecificInput?:
            | RedirectPaymentProduct4101SpecificInput
            | null;
        paymentProduct809SpecificInput?: | RedirectPaymentProduct809SpecificInput
        | null;
        paymentProduct838SpecificInput?: | RedirectPaymentProduct838SpecificInput
        | null;
        paymentProduct840SpecificInput?: | RedirectPaymentProduct840SpecificInput
        | null;
        paymentProduct861SpecificInput?: | RedirectPaymentProduct861SpecificInput
        | null;
        paymentProduct863SpecificInput?: | RedirectPaymentProduct863SpecificInput
        | null;
        paymentProduct869SpecificInput?: | RedirectPaymentProduct869SpecificInput
        | null;
        paymentProduct882SpecificInput?: | RedirectPaymentProduct882SpecificInput
        | null;
        paymentProductId?: number
        | null;
        recurringPaymentSequenceIndicator?: string | null;
        redirectionData?: RedirectionData | null;
        requiresApproval?: boolean | null;
        returnUrl?: string | null;
        token?: string | null;
        tokenize?: boolean | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    expirationPeriod?: number | null
    isRecurring?: boolean | null
    paymentProduct4101SpecificInput?: RedirectPaymentProduct4101SpecificInput | null
    paymentProduct809SpecificInput?: RedirectPaymentProduct809SpecificInput | null
    paymentProduct838SpecificInput?: RedirectPaymentProduct838SpecificInput | null
    paymentProduct840SpecificInput?: RedirectPaymentProduct840SpecificInput | null
    paymentProduct861SpecificInput?: RedirectPaymentProduct861SpecificInput | null
    paymentProduct863SpecificInput?: RedirectPaymentProduct863SpecificInput | null
    paymentProduct869SpecificInput?: RedirectPaymentProduct869SpecificInput | null
    paymentProduct882SpecificInput?: RedirectPaymentProduct882SpecificInput | null
    paymentProductId?: number | null
    recurringPaymentSequenceIndicator?: string | null
    redirectionData?: RedirectionData | null
    requiresApproval?: boolean | null
    returnUrl?: string | null

    Use redirectionData.returnUrl instead

    token?: string | null
    tokenize?: boolean | null