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

    Interface CreateMandateWithReturnUrl

    interface CreateMandateWithReturnUrl {
        alias?: string | null;
        customer?: MandateCustomer | null;
        customerReference?: string | null;
        language?: string | null;
        recurrenceType?: string | null;
        returnUrl?: string | null;
        signatureType?: string | null;
        uniqueMandateReference?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    alias?: string | null
    customer?: MandateCustomer | null
    customerReference?: string | null
    language?: string | null
    recurrenceType?: string | null
    returnUrl?: string | null
    signatureType?: string | null
    uniqueMandateReference?: string | null