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

    Interface MandateSepaDirectDebitWithMandateId

    interface MandateSepaDirectDebitWithMandateId {
        bankAccountIban?: BankAccountIban | null;
        customerContractIdentifier?: string | null;
        debtor?: Debtor | null;
        isRecurring?: boolean | null;
        mandateApproval?: MandateApproval | null;
        mandateId?: string | null;
        preNotification?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bankAccountIban?: BankAccountIban | null
    customerContractIdentifier?: string | null
    debtor?: Debtor | null
    isRecurring?: boolean | null
    mandateApproval?: MandateApproval | null
    mandateId?: string | null
    preNotification?: string | null