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

    Interface NonSepaDirectDebitPaymentMethodSpecificInput

    interface NonSepaDirectDebitPaymentMethodSpecificInput {
        dateCollect?: string | null;
        directDebitText?: string | null;
        isRecurring?: boolean | null;
        paymentProduct705SpecificInput?:
            | NonSepaDirectDebitPaymentProduct705SpecificInput
            | null;
        paymentProduct730SpecificInput?: | NonSepaDirectDebitPaymentProduct730SpecificInput
        | 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
    paymentProduct705SpecificInput?:
        | NonSepaDirectDebitPaymentProduct705SpecificInput
        | null
    paymentProduct730SpecificInput?:
        | NonSepaDirectDebitPaymentProduct730SpecificInput
        | null
    paymentProductId?: number | null
    recurringPaymentSequenceIndicator?: string | null
    requiresApproval?: boolean | null
    token?: string | null
    tokenize?: boolean | null