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

    Interface MandateResponse

    interface MandateResponse {
        alias?: string | null;
        customer?: MandateCustomer | null;
        customerReference?: string | null;
        recurrenceType?: string | null;
        status?: string | null;
        uniqueMandateReference?: string | null;
    }
    Index

    Properties

    alias?: string | null
    customer?: MandateCustomer | null
    customerReference?: string | null
    recurrenceType?: string | null
    status?: string | null
    uniqueMandateReference?: string | null