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

    Interface SepaDirectDebitPaymentMethodSpecificInput

    interface SepaDirectDebitPaymentMethodSpecificInput {
        dateCollect?: string | null;
        directDebitText?: string | null;
        isRecurring?: boolean | null;
        paymentProduct771SpecificInput?:
            | SepaDirectDebitPaymentProduct771SpecificInput
            | null;
        paymentProductId?: number
        | null;
        recurringPaymentSequenceIndicator?: string | null;
        requiresApproval?: boolean | null;
        token?: string | null;
        tokenize?: boolean | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    dateCollect?: string | null
    directDebitText?: string | null
    isRecurring?: boolean | null
    paymentProduct771SpecificInput?:
        | SepaDirectDebitPaymentProduct771SpecificInput
        | null
    paymentProductId?: number | null
    recurringPaymentSequenceIndicator?: string | null
    requiresApproval?: boolean | null
    token?: string | null
    tokenize?: boolean | null