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

    Interface RedirectPaymentMethodSpecificInputBase

    interface RedirectPaymentMethodSpecificInputBase {
        expirationPeriod?: number | null;
        paymentProduct4101SpecificInput?:
            | RedirectPaymentProduct4101SpecificInputBase
            | null;
        paymentProduct838SpecificInput?: | RedirectPaymentProduct838SpecificInputBase
        | null;
        paymentProduct840SpecificInput?: | RedirectPaymentProduct840SpecificInputBase
        | null;
        paymentProductId?: number
        | null;
        recurringPaymentSequenceIndicator?: string | null;
        requiresApproval?: boolean | null;
        token?: string | null;
        tokenize?: boolean | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    expirationPeriod?: number | null
    paymentProduct4101SpecificInput?:
        | RedirectPaymentProduct4101SpecificInputBase
        | null
    paymentProduct838SpecificInput?:
        | RedirectPaymentProduct838SpecificInputBase
        | null
    paymentProduct840SpecificInput?:
        | RedirectPaymentProduct840SpecificInputBase
        | null
    paymentProductId?: number | null
    recurringPaymentSequenceIndicator?: string | null
    requiresApproval?: boolean | null
    token?: string | null
    tokenize?: boolean | null