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

    Interface AbstractRedirectPaymentMethodSpecificInput

    interface AbstractRedirectPaymentMethodSpecificInput {
        expirationPeriod?: number | null;
        paymentProductId?: number | null;
        recurringPaymentSequenceIndicator?: string | null;
        requiresApproval?: boolean | null;
        token?: string | null;
        tokenize?: boolean | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    expirationPeriod?: number | null
    paymentProductId?: number | null
    recurringPaymentSequenceIndicator?: string | null
    requiresApproval?: boolean | null
    token?: string | null
    tokenize?: boolean | null